mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-06 14:55:46 +01:00
fix duplicate latest recordings section
This commit is contained in:
parent
40e8d0c75e
commit
e9ae479360
1 changed files with 1 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ namespace MediaBrowser.Model.LiveTv
|
|||
/// <value>The fields.</value>
|
||||
public ItemFields[] Fields { get; set; }
|
||||
public bool? EnableImages { get; set; }
|
||||
public bool? IsLibraryItem { get; set; }
|
||||
public bool? IsNews { get; set; }
|
||||
public bool? IsMovie { get; set; }
|
||||
public bool? IsSeries { get; set; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue