1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
This commit is contained in:
Luke Pulverenti 2013-06-25 14:02:53 -04:00
parent ca63a475e1
commit c62dc5a3c2

View file

@ -45,7 +45,7 @@
}
}
var imgUrl;
var imgUrl = null ;
var isDefault = false;
var cssClass = "tileItem";
@ -160,7 +160,7 @@
html += '<p>' + LibraryBrowser.getRatingHtml(item) + '</p>';
}
var childText;
var childText = null;
if (item.Type == "BoxSet") {
@ -443,7 +443,7 @@
var item = items[i];
var imgUrl = null;
var background;
var background = null;
if (options.preferBackdrop && item.BackdropImageTags && item.BackdropImageTags.length) {