|
@@ -189,8 +189,6 @@ namespace MediaBrowser.Model.Configuration
|
|
public PathSubstitution[] PathSubstitutions { get; set; }
|
|
public PathSubstitution[] PathSubstitutions { get; set; }
|
|
public bool EnableSimpleArtistDetection { get; set; }
|
|
public bool EnableSimpleArtistDetection { get; set; }
|
|
|
|
|
|
- public bool EnableLocalizedGuids { get; set; }
|
|
|
|
-
|
|
|
|
/// <summary>
|
|
/// <summary>
|
|
/// Initializes a new instance of the <see cref="ServerConfiguration" /> class.
|
|
/// Initializes a new instance of the <see cref="ServerConfiguration" /> class.
|
|
/// </summary>
|
|
/// </summary>
|
|
@@ -202,7 +200,6 @@ namespace MediaBrowser.Model.Configuration
|
|
PathSubstitutions = new PathSubstitution[] { };
|
|
PathSubstitutions = new PathSubstitution[] { };
|
|
EnableSimpleArtistDetection = true;
|
|
EnableSimpleArtistDetection = true;
|
|
|
|
|
|
- EnableLocalizedGuids = true;
|
|
|
|
DisplaySpecialsWithinSeasons = true;
|
|
DisplaySpecialsWithinSeasons = true;
|
|
EnableExternalContentInSuggestions = true;
|
|
EnableExternalContentInSuggestions = true;
|
|
|
|
|