mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Merge pull request #7749 from cvium/disable_auto_add_collection
(cherry picked from commit 8119e4a573
)
Signed-off-by: crobibero <cody@robibe.ro>
This commit is contained in:
parent
cd5610ecc3
commit
1b020b8abb
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ namespace MediaBrowser.Model.Configuration
|
|||
RequirePerfectSubtitleMatch = true;
|
||||
AllowEmbeddedSubtitles = EmbeddedSubtitleOptions.AllowAll;
|
||||
|
||||
AutomaticallyAddToCollection = true;
|
||||
AutomaticallyAddToCollection = false;
|
||||
EnablePhotos = true;
|
||||
SaveSubtitlesWithMedia = true;
|
||||
EnableRealtimeMonitor = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue