Merge pull request #7749 from cvium/disable_auto_add_collection

This commit is contained in:
Joshua M. Boniface
2022-05-15 20:21:40 -04:00
committed by GitHub

View File

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