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:
parent
356217a9b6
commit
4cdfe410b2
9 changed files with 56 additions and 1034 deletions
|
@ -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 += " ";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue