add open subtitle option to only download subtitles that are a perfect match

This commit is contained in:
Luke Pulverenti
2016-04-07 00:09:32 -04:00
parent c27e60d2d8
commit 8e0c9c53bc
6 changed files with 14 additions and 4 deletions

View File

@@ -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; }