added default padding settings

This commit is contained in:
Luke Pulverenti
2015-08-23 22:08:20 -04:00
parent 733acb1966
commit 474cbbb87a
8 changed files with 33 additions and 12 deletions

View File

@@ -11,7 +11,10 @@ namespace MediaBrowser.Model.LiveTv
public List<TunerHostInfo> TunerHosts { get; set; }
public List<ListingsProviderInfo> ListingProviders { get; set; }
public int PrePaddingSeconds { get; set; }
public int PostPaddingSeconds { get; set; }
public LiveTvOptions()
{
EnableMovieProviders = true;