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

fix: disable "Automatically add to collection" by default

cvium пре 3 година
родитељ
комит
7aa0db24d8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      MediaBrowser.Model/Configuration/LibraryOptions.cs

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

@@ -17,7 +17,7 @@ namespace MediaBrowser.Model.Configuration
             RequirePerfectSubtitleMatch = true;
             AllowEmbeddedSubtitles = EmbeddedSubtitleOptions.AllowAll;
 
-            AutomaticallyAddToCollection = true;
+            AutomaticallyAddToCollection = false;
             EnablePhotos = true;
             SaveSubtitlesWithMedia = true;
             EnableRealtimeMonitor = true;