mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Merge pull request #7749 from cvium/disable_auto_add_collection
This commit is contained in:
commit
8119e4a573
@ -17,7 +17,7 @@ namespace MediaBrowser.Model.Configuration
|
|||||||
RequirePerfectSubtitleMatch = true;
|
RequirePerfectSubtitleMatch = true;
|
||||||
AllowEmbeddedSubtitles = EmbeddedSubtitleOptions.AllowAll;
|
AllowEmbeddedSubtitles = EmbeddedSubtitleOptions.AllowAll;
|
||||||
|
|
||||||
AutomaticallyAddToCollection = true;
|
AutomaticallyAddToCollection = false;
|
||||||
EnablePhotos = true;
|
EnablePhotos = true;
|
||||||
SaveSubtitlesWithMedia = true;
|
SaveSubtitlesWithMedia = true;
|
||||||
EnableRealtimeMonitor = true;
|
EnableRealtimeMonitor = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user