mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-25 11:34:43 +01:00
update resolved video titles
This commit is contained in:
@@ -40,7 +40,6 @@ namespace MediaBrowser.Model.Dto
|
||||
public string OpenToken { get; set; }
|
||||
public bool RequiresClosing { get; set; }
|
||||
public bool SupportsProbing { get; set; }
|
||||
public bool EnableMpDecimate { get; set; }
|
||||
public string LiveStreamId { get; set; }
|
||||
public int? BufferMs { get; set; }
|
||||
|
||||
|
||||
@@ -45,7 +45,6 @@ namespace MediaBrowser.Model.LiveTv
|
||||
public bool ImportFavoritesOnly { get; set; }
|
||||
public bool AllowHWTranscoding { get; set; }
|
||||
public bool EnableStreamLooping { get; set; }
|
||||
public bool EnableMpDecimate { get; set; }
|
||||
public bool EnableNewHdhrChannelIds { get; set; }
|
||||
public string Source { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user