mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-02 13:58:29 +01:00
add additional subtitle setting
This commit is contained in:
@@ -318,7 +318,8 @@ namespace MediaBrowser.Model.Configuration
|
||||
|
||||
public class SubtitleOptions
|
||||
{
|
||||
public bool RequireTextSubtitles { get; set; }
|
||||
public bool SkipIfGraphicalSubtitlesPresent { get; set; }
|
||||
public bool SkipIfAudioTrackMatches { get; set; }
|
||||
public string[] DownloadLanguages { get; set; }
|
||||
public bool DownloadMovieSubtitles { get; set; }
|
||||
public bool DownloadEpisodeSubtitles { get; set; }
|
||||
@@ -329,6 +330,8 @@ namespace MediaBrowser.Model.Configuration
|
||||
public SubtitleOptions()
|
||||
{
|
||||
DownloadLanguages = new string[] { };
|
||||
|
||||
SkipIfAudioTrackMatches = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user