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

Fix accidentally reverted var

This commit is contained in:
MrTimscampi 2020-07-26 18:29:41 +02:00
parent dc5af7d19f
commit 0d1661055b
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ import imageLoader from 'imageLoader';
function loadLatest(context, params, promise) {
promise.then(function (items) {
var html = '';
let html = '';
html += cardBuilder.getCardsHtml({
items: items,
shape: 'backdrop',