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:
parent
dc5af7d19f
commit
0d1661055b
2 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue