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

@@ -356,7 +356,7 @@ namespace MediaBrowser.Controller.Drawing
return item.ScreenshotImagePaths[imageIndex];
}
if (imageType == ImageType.ChapterImage)
if (imageType == ImageType.Chapter)
{
var video = (Video)item;