mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
moved the javascript apiclient to it's own repo and nuget package
This commit is contained in:
@@ -356,7 +356,7 @@ namespace MediaBrowser.Controller.Drawing
|
||||
return item.ScreenshotImagePaths[imageIndex];
|
||||
}
|
||||
|
||||
if (imageType == ImageType.ChapterImage)
|
||||
if (imageType == ImageType.Chapter)
|
||||
{
|
||||
var video = (Video)item;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user