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

cleanup helper functions

This commit is contained in:
Luke Pulverenti 2013-06-07 13:29:33 -04:00
parent 356217a9b6
commit 4cdfe410b2
9 changed files with 56 additions and 1034 deletions

View file

@ -595,7 +595,7 @@
html += '<div class="posterItemText">' + chapterName + '</div>';
html += '<div class="posterItemText">';
html += ticks_to_human(chapter.StartPositionTicks);
html += Dashboard.getDisplayTime(chapter.StartPositionTicks);
html += '</div>';
@ -737,7 +737,7 @@
html += '<div class="posterItemText">';
if (item.RunTimeTicks != "") {
html += ticks_to_human(item.RunTimeTicks);
html += Dashboard.getDisplayTime(item.RunTimeTicks);
}
else {
html += "&nbsp;";