mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
allow request header overrides
This commit is contained in:
@@ -759,7 +759,11 @@ namespace MediaBrowser.Server.Implementations.Dto
|
||||
dto.AspectRatio = item.AspectRatio;
|
||||
|
||||
dto.BackdropImageTags = GetBackdropImageTags(item);
|
||||
dto.ScreenshotImageTags = GetScreenshotImageTags(item);
|
||||
|
||||
if (fields.Contains(ItemFields.ScreenshotImageTags))
|
||||
{
|
||||
dto.ScreenshotImageTags = GetScreenshotImageTags(item);
|
||||
}
|
||||
|
||||
if (fields.Contains(ItemFields.Genres))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user