mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-28 05:10:30 +00:00
update windows ffmpeg
This commit is contained in:
parent
fb25ac7c08
commit
99084edabe
31 changed files with 330 additions and 101 deletions
|
|
@ -14,8 +14,11 @@ namespace MediaBrowser.Model.LiveTv
|
|||
ChannelIds = new string[] { };
|
||||
SortBy = new string[] { };
|
||||
Genres = new string[] { };
|
||||
EnableTotalRecordCount = true;
|
||||
}
|
||||
|
||||
public bool EnableTotalRecordCount { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Fields to return within the items, in addition to basic information
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue