mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
add open subtitle option to only download subtitles that are a perfect match
This commit is contained in:
@@ -19,6 +19,7 @@ namespace MediaBrowser.Controller.Subtitles
|
||||
public int? ParentIndexNumber { get; set; }
|
||||
public int? ProductionYear { get; set; }
|
||||
public long? RuntimeTicks { get; set; }
|
||||
public bool IsPerfectMatch { get; set; }
|
||||
public Dictionary<string, string> ProviderIds { get; set; }
|
||||
|
||||
public bool SearchAllProviders { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user