diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-06-09 15:16:14 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-06-09 15:16:14 -0400 |
| commit | 945e84327087c9e81371c7b4f940a19a0c083586 (patch) | |
| tree | 0c4f4c2d4c048c3baf4acfe45a7caf8ff9fe931b /MediaBrowser.Controller/Chapters/ChapterSearchRequest.cs | |
| parent | ba336372512e6366517a67e8b12677333266d032 (diff) | |
add new chapter provider feature
Diffstat (limited to 'MediaBrowser.Controller/Chapters/ChapterSearchRequest.cs')
| -rw-r--r-- | MediaBrowser.Controller/Chapters/ChapterSearchRequest.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Chapters/ChapterSearchRequest.cs b/MediaBrowser.Controller/Chapters/ChapterSearchRequest.cs index 9a53d68ea..982dc35bb 100644 --- a/MediaBrowser.Controller/Chapters/ChapterSearchRequest.cs +++ b/MediaBrowser.Controller/Chapters/ChapterSearchRequest.cs @@ -21,6 +21,8 @@ namespace MediaBrowser.Controller.Chapters public long? RuntimeTicks { get; set; } public Dictionary<string, string> ProviderIds { get; set; } + public bool SearchAllProviders { get; set; } + public ChapterSearchRequest() { ProviderIds = new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase); |
