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
};