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

handle incomplete local metadata

This commit is contained in:
Luke Pulverenti 2015-02-25 13:11:49 -05:00
parent 8f13de62d7
commit a95c4f28a1
5 changed files with 10 additions and 8 deletions

View file

@ -1225,6 +1225,7 @@
var defaultActionAttribute = options.defaultAction ? (' data-action="' + options.defaultAction + '"') : '';
// card
html += '<div' + dataAttributes + ' class="' + cssClass + '">';
var style = "";
@ -1322,6 +1323,7 @@
// cardBox
html += '</div>';
// card
html += "</div>";
}