better cleanup of recording libraries

This commit is contained in:
Luke Pulverenti
2016-05-20 11:57:07 -04:00
parent efe9fa8a8d
commit f54a0da88e
2 changed files with 27 additions and 6 deletions

View File

@@ -20,12 +20,15 @@ namespace MediaBrowser.Model.LiveTv
public int PrePaddingSeconds { get; set; }
public int PostPaddingSeconds { get; set; }
public string[] MediaLocationsCreated { get; set; }
public LiveTvOptions()
{
EnableMovieProviders = true;
EnableRecordingSubfolders = true;
TunerHosts = new List<TunerHostInfo>();
ListingProviders = new List<ListingsProviderInfo>();
MediaLocationsCreated = new string[] { };
}
}