mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-30 13:56:31 +01:00
Added support for more Audio fields
This commit is contained in:
parent
e0acb3a74b
commit
fd2ead1aff
@@ -32,6 +32,7 @@ namespace MediaBrowser.Model.DTO
|
||||
public int? ProductionYear { get; set; }
|
||||
|
||||
public int? IndexNumber { get; set; }
|
||||
public int? ParentIndexNumber { get; set; }
|
||||
|
||||
public string TrailerUrl { get; set; }
|
||||
|
||||
@@ -43,6 +44,8 @@ namespace MediaBrowser.Model.DTO
|
||||
public bool HasThumb { get; set; }
|
||||
public bool HasPrimaryImage { get; set; }
|
||||
|
||||
public string Language { get; set; }
|
||||
|
||||
public int BackdropCount { get; set; }
|
||||
|
||||
public IEnumerable<DTOBaseItem> Children { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user