mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Code cleanup
This commit is contained in:
parent
f3129f28ef
commit
6428bb1ad5
2 changed files with 43 additions and 68 deletions
|
@ -615,7 +615,7 @@ import 'programStyles';
|
|||
|
||||
return {
|
||||
imgUrl: imgUrl,
|
||||
blurhash: item.ImageBlurHashes[imgTag] || null,
|
||||
blurhash: (item.ImageBlurHashes || {})[imgType],
|
||||
forceName: forceName,
|
||||
coverImage: coverImage
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue