Merge pull request #7749 from cvium/disable_auto_add_collection

(cherry picked from commit 8119e4a573)
Signed-off-by: crobibero <cody@robibe.ro>
This commit is contained in:
Joshua M. Boniface 2022-05-15 20:21:40 -04:00 committed by crobibero
parent cd5610ecc3
commit 1b020b8abb

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;