diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-04-07 00:09:32 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-04-07 00:09:32 -0400 |
| commit | 8e0c9c53bc0a599aa90dc37ff040769653db5e7d (patch) | |
| tree | 7e89a2ac66a96a9e00b2aaa6ce61cd30f9fb8546 /MediaBrowser.Controller | |
| parent | c27e60d2d8c25fac8844553c35461cdad28b38f8 (diff) | |
add open subtitle option to only download subtitles that are a perfect match
Diffstat (limited to 'MediaBrowser.Controller')
| -rw-r--r-- | MediaBrowser.Controller/Subtitles/SubtitleSearchRequest.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Subtitles/SubtitleSearchRequest.cs b/MediaBrowser.Controller/Subtitles/SubtitleSearchRequest.cs index e781c048b..a2371426a 100644 --- a/MediaBrowser.Controller/Subtitles/SubtitleSearchRequest.cs +++ b/MediaBrowser.Controller/Subtitles/SubtitleSearchRequest.cs @@ -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; } |
