diff options
| author | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-09 20:18:29 -0500 |
|---|---|---|
| committer | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-09 20:18:29 -0500 |
| commit | 937e434ab6f32ef4444066a9f84bfbea23538432 (patch) | |
| tree | ccb09c7d4919ec8c5098020c64f206ea849e7905 /MediaBrowser.Api/UserLibrary/ItemsService.cs | |
| parent | a3d37fbca7507def36aee6e4152c7002406a9d6a (diff) | |
moved the javascript apiclient to it's own repo and nuget package
Diffstat (limited to 'MediaBrowser.Api/UserLibrary/ItemsService.cs')
| -rw-r--r-- | MediaBrowser.Api/UserLibrary/ItemsService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/UserLibrary/ItemsService.cs b/MediaBrowser.Api/UserLibrary/ItemsService.cs index 92f267a21..9aa4203a9 100644 --- a/MediaBrowser.Api/UserLibrary/ItemsService.cs +++ b/MediaBrowser.Api/UserLibrary/ItemsService.cs @@ -465,7 +465,7 @@ namespace MediaBrowser.Api.UserLibrary return item.ScreenshotImagePaths != null && item.ScreenshotImagePaths.Count > 0; } - if (imageType == ImageType.ChapterImage) + if (imageType == ImageType.Chapter) { var video = item as Video; |
