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
|
@ -197,7 +197,7 @@
|
|||
}
|
||||
|
||||
else if (hint.RunTimeTicks) {
|
||||
html += '<div class="searchHintSecondaryText">' + DashboardPage.getDisplayText(hint.RunTimeTicks) + '</div>';
|
||||
html += '<div class="searchHintSecondaryText">' + Dashboard.getDisplayTime(hint.RunTimeTicks) + '</div>';
|
||||
}
|
||||
|
||||
html += '</div></div>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue