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:
parent
4368502943
commit
450ff30b9c
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue