update recording file name

This commit is contained in:
Luke Pulverenti
2016-08-29 14:42:53 -04:00
parent f0864b1dae
commit 06ebf9d3c2
9 changed files with 5 additions and 72 deletions

View File

@@ -176,7 +176,6 @@ namespace MediaBrowser.Model.Configuration
public string UICulture { get; set; }
public PeopleMetadataOptions PeopleMetadataOptions { get; set; }
public bool FindInternetTrailers { get; set; }
public bool SaveMetadataHidden { get; set; }
@@ -243,7 +242,6 @@ namespace MediaBrowser.Model.Configuration
LibraryMonitorDelay = 60;
EnableInternetProviders = true;
FindInternetTrailers = true;
PathSubstitutions = new PathSubstitution[] { };
ContentTypes = new NameValuePair[] { };