Browse Source

fix: disable "Automatically add to collection" by default

cvium 3 years ago
parent
commit
7aa0db24d8
1 changed files with 1 additions and 1 deletions
  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;