fix: disable "Automatically add to collection" by default
This commit is contained in:
parent
39196bb5e2
commit
7aa0db24d8
|
@ -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