moved the javascript apiclient to it's own repo and nuget package

This commit is contained in:
LukePulverenti
2013-03-09 20:18:29 -05:00
parent a3d37fbca7
commit 937e434ab6
11 changed files with 75 additions and 73 deletions

View File

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