Merge pull request #7749 from cvium/disable_auto_add_collection
(cherry picked from commit 8119e4a5731e573ef3d1d064384b0ab0b4045191) Signed-off-by: crobibero <cody@robibe.ro>
This commit is contained in:
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…
Reference in New Issue
Block a user