mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
update listing providers
This commit is contained in:
@@ -15,7 +15,7 @@ namespace MediaBrowser.Model.LiveTv
|
||||
|
||||
public int PrePaddingSeconds { get; set; }
|
||||
public int PostPaddingSeconds { get; set; }
|
||||
|
||||
|
||||
public LiveTvOptions()
|
||||
{
|
||||
EnableMovieProviders = true;
|
||||
@@ -48,5 +48,14 @@ namespace MediaBrowser.Model.LiveTv
|
||||
public string ZipCode { get; set; }
|
||||
public string Country { get; set; }
|
||||
public string Path { get; set; }
|
||||
|
||||
public string[] EnabledTuners { get; set; }
|
||||
public bool EnableAllTuners { get; set; }
|
||||
|
||||
public ListingsProviderInfo()
|
||||
{
|
||||
EnabledTuners = new string[] { };
|
||||
EnableAllTuners = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user