mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-08 19:32:05 +01:00
update indexedDb
This commit is contained in:
@@ -224,8 +224,7 @@ namespace MediaBrowser.Server.Implementations.UserViews
|
||||
return false;
|
||||
}
|
||||
|
||||
await CreateThumbCollage(item, itemsWithImages, outputPath, 960, 540, false, item.Name).ConfigureAwait(false);
|
||||
return true;
|
||||
return await CreateThumbCollage(item, itemsWithImages, outputPath, 960, 540, false, item.Name).ConfigureAwait(false);
|
||||
}
|
||||
|
||||
return await base.CreateImage(item, itemsWithImages, outputPath, imageType, imageIndex).ConfigureAwait(false);
|
||||
|
||||
Reference in New Issue
Block a user