mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-27 18:10:54 +01:00
update data queries
This commit is contained in:
@@ -617,6 +617,8 @@ namespace MediaBrowser.Api.Images
|
||||
ImageIndex = request.Index ?? 0,
|
||||
Image = image,
|
||||
Item = item,
|
||||
ItemId = item.Id.ToString("N"),
|
||||
ItemType = item.GetType().Name,
|
||||
MaxHeight = request.MaxHeight,
|
||||
MaxWidth = request.MaxWidth,
|
||||
Quality = request.Quality ?? 100,
|
||||
|
||||
Reference in New Issue
Block a user