1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Code cleanup

This commit is contained in:
ferferga 2020-05-26 21:53:49 +02:00
parent f3129f28ef
commit 6428bb1ad5
2 changed files with 43 additions and 68 deletions

View file

@ -615,7 +615,7 @@ import 'programStyles';
return {
imgUrl: imgUrl,
blurhash: item.ImageBlurHashes[imgTag] || null,
blurhash: (item.ImageBlurHashes || {})[imgType],
forceName: forceName,
coverImage: coverImage
};