mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-04 13:22:52 +01:00
added page size selection
This commit is contained in:
@@ -96,7 +96,14 @@ namespace MediaBrowser.Controller.Providers.MediaInfo
|
||||
|
||||
Fetch(myItem, cancellationToken, result, isoMount);
|
||||
|
||||
cancellationToken.ThrowIfCancellationRequested();
|
||||
var video = myItem as Video;
|
||||
|
||||
if (video != null)
|
||||
{
|
||||
await
|
||||
Kernel.Instance.FFMpegManager.PopulateChapterImages(video, cancellationToken, false, false)
|
||||
.ConfigureAwait(false);
|
||||
}
|
||||
|
||||
SetLastRefreshed(item, DateTime.UtcNow);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user