mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
fix roku thumbnails
This commit is contained in:
@@ -357,7 +357,10 @@ namespace MediaBrowser.Server.Implementations.Dto
|
||||
: item.CanDownload(user);
|
||||
}
|
||||
|
||||
|
||||
if (fields.Contains(ItemFields.Etag))
|
||||
{
|
||||
dto.Etag = item.GetEtag(user);
|
||||
}
|
||||
|
||||
return dto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user