mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
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…
x
Reference in New Issue
Block a user