Merge pull request #7749 from cvium/disable_auto_add_collection

(cherry picked from commit 8119e4a573)
Signed-off-by: crobibero <cody@robibe.ro>
pull/7788/head
Joshua M. Boniface 2 years ago committed by crobibero
parent cd5610ecc3
commit 1b020b8abb

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

Loading…
Cancel
Save