mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-07 08:18:54 +01:00
Merge pull request #6850 from PetrusZ/collection-validator
This commit is contained in:
@@ -16,6 +16,7 @@ namespace MediaBrowser.Model.Configuration
|
||||
SkipSubtitlesIfAudioTrackMatches = true;
|
||||
RequirePerfectSubtitleMatch = true;
|
||||
|
||||
AutomaticallyAddToCollection = true;
|
||||
EnablePhotos = true;
|
||||
SaveSubtitlesWithMedia = true;
|
||||
EnableRealtimeMonitor = true;
|
||||
@@ -80,6 +81,7 @@ namespace MediaBrowser.Model.Configuration
|
||||
public bool RequirePerfectSubtitleMatch { get; set; }
|
||||
|
||||
public bool SaveSubtitlesWithMedia { get; set; }
|
||||
public bool AutomaticallyAddToCollection { get; set; }
|
||||
|
||||
public TypeOptions[] TypeOptions { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user