mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 18:14:42 +01:00
add open subtitle option to only download subtitles that are a perfect match
This commit is contained in:
@@ -12,11 +12,14 @@ namespace MediaBrowser.Model.Providers
|
||||
public string OpenSubtitlesPasswordHash { get; set; }
|
||||
public bool IsOpenSubtitleVipAccount { get; set; }
|
||||
|
||||
public bool RequirePerfectMatch { get; set; }
|
||||
|
||||
public SubtitleOptions()
|
||||
{
|
||||
DownloadLanguages = new string[] { };
|
||||
|
||||
SkipIfAudioTrackMatches = true;
|
||||
RequirePerfectMatch = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user