mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 16:25:28 +03:00
moved the javascript apiclient to it's own repo and nuget package
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user