mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-10 08:13:20 +01:00
fix video images not being created
This commit is contained in:
@@ -39,6 +39,11 @@ namespace MediaBrowser.Providers.MediaInfo
|
||||
return new List<string>();
|
||||
}
|
||||
|
||||
if (!video.IsCompleteMedia)
|
||||
{
|
||||
return new List<string>();
|
||||
}
|
||||
|
||||
VideoContentType mediaType;
|
||||
|
||||
if (video is Episode)
|
||||
|
||||
Reference in New Issue
Block a user