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

Apply missing code review suggestion

This commit is contained in:
ferferga 2020-05-30 17:35:25 +02:00
parent 4368502943
commit 450ff30b9c

View file

@ -24,7 +24,7 @@ import 'css!./style';
try { try {
pixels = blurhash.decode(blurhashstr, width, height); pixels = blurhash.decode(blurhashstr, width, height);
} catch (err) { } catch (err) {
console.error('Blurhash decode error: ' + err.toString()); console.error('Blurhash decode error: ', err);
return; return;
} }
let canvas = document.createElement('canvas'); let canvas = document.createElement('canvas');