Преглед изворни кода

partially fix issue with music scans

dkanada пре 5 година
родитељ
комит
4ae80a5d56
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      MediaBrowser.Model/Configuration/ServerConfiguration.cs

+ 1 - 1
MediaBrowser.Model/Configuration/ServerConfiguration.cs

@@ -238,7 +238,7 @@ namespace MediaBrowser.Model.Configuration
             CodecsUsed = Array.Empty<string>();
             PathSubstitutions = Array.Empty<PathSubstitution>();
             IgnoreVirtualInterfaces = false;
-            EnableSimpleArtistDetection = true;
+            EnableSimpleArtistDetection = false;
 
             DisplaySpecialsWithinSeasons = true;
             EnableExternalContentInSuggestions = true;