|
@@ -15,6 +15,7 @@ namespace MediaBrowser.Model.Configuration
|
|
|
|
|
|
SkipSubtitlesIfAudioTrackMatches = true;
|
|
SkipSubtitlesIfAudioTrackMatches = true;
|
|
RequirePerfectSubtitleMatch = true;
|
|
RequirePerfectSubtitleMatch = true;
|
|
|
|
+ AllowEmbeddedSubtitles = EmbeddedSubtitleOptions.AllowAll;
|
|
|
|
|
|
AutomaticallyAddToCollection = true;
|
|
AutomaticallyAddToCollection = true;
|
|
EnablePhotos = true;
|
|
EnablePhotos = true;
|
|
@@ -84,6 +85,8 @@ namespace MediaBrowser.Model.Configuration
|
|
|
|
|
|
public bool AutomaticallyAddToCollection { get; set; }
|
|
public bool AutomaticallyAddToCollection { get; set; }
|
|
|
|
|
|
|
|
+ public EmbeddedSubtitleOptions AllowEmbeddedSubtitles { get; set; }
|
|
|
|
+
|
|
public TypeOptions[] TypeOptions { get; set; }
|
|
public TypeOptions[] TypeOptions { get; set; }
|
|
|
|
|
|
public TypeOptions? GetTypeOptions(string type)
|
|
public TypeOptions? GetTypeOptions(string type)
|