mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-08 16:58:50 +01:00
add stream loop option for m3u
This commit is contained in:
@@ -47,6 +47,7 @@ namespace MediaBrowser.Model.LiveTv
|
||||
public bool ImportFavoritesOnly { get; set; }
|
||||
public bool AllowHWTranscoding { get; set; }
|
||||
public bool EnableTvgId { get; set; }
|
||||
public bool EnableStreamLooping { get; set; }
|
||||
|
||||
public TunerHostInfo()
|
||||
{
|
||||
@@ -74,6 +75,7 @@ namespace MediaBrowser.Model.LiveTv
|
||||
public NameValuePair[] ChannelMappings { get; set; }
|
||||
public string MoviePrefix { get; set; }
|
||||
public bool EnableNewProgramIds { get; set; }
|
||||
public string PreferredLanguage { get; set; }
|
||||
|
||||
public ListingsProviderInfo()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user