fix: disable "Automatically add to collection" by default

This commit is contained in:
cvium 2022-05-15 14:53:40 +02:00
parent 39196bb5e2
commit 7aa0db24d8

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;