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

Make eslint happy

This commit is contained in:
Odd Stråbø 2021-04-14 07:46:11 +02:00 committed by GitHub
parent 72ccf680e3
commit 63ea97ad74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -498,7 +498,7 @@ import ServerConnections from '../ServerConnections';
let imgUrl = null;
let imgTag = null;
let coverImage = false;
let uiAspect = getDesiredAspect(shape);
const uiAspect = getDesiredAspect(shape);
let imgType = null;
let itemId = null;