|
@@ -269,6 +269,8 @@ namespace MediaBrowser.Model.Configuration
|
|
EnableSimpleArtistDetection = false;
|
|
EnableSimpleArtistDetection = false;
|
|
SkipDeserializationForBasicTypes = true;
|
|
SkipDeserializationForBasicTypes = true;
|
|
|
|
|
|
|
|
+ PluginRepositories = new List<RepositoryInfo>();
|
|
|
|
+
|
|
DisplaySpecialsWithinSeasons = true;
|
|
DisplaySpecialsWithinSeasons = true;
|
|
EnableExternalContentInSuggestions = true;
|
|
EnableExternalContentInSuggestions = true;
|
|
|
|
|