mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-17 11:43:44 +01:00
Added AudioInfo to DTOBaseItem
This commit is contained in:
parent
d776238e6b
commit
da23355fcc
@@ -90,6 +90,8 @@ namespace MediaBrowser.Model.DTO
|
||||
|
||||
public ItemSpecialCounts SpecialCounts { get; set; }
|
||||
|
||||
public AudioInfo AudioInfo { get; set; }
|
||||
|
||||
public bool IsType(Type type)
|
||||
{
|
||||
return IsType(type.Name);
|
||||
|
||||
Reference in New Issue
Block a user