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

display songs in a table

This commit is contained in:
Luke Pulverenti 2013-04-22 16:06:43 -04:00
parent 7603892906
commit 3798443c4c
4 changed files with 157 additions and 57 deletions

View file

@ -224,7 +224,7 @@
ticks -= (minutes * ticksPerMinute);
if (minutes < 10) {
if (minutes < 10 && hours) {
minutes = '0' + minutes;
}
parts.push(minutes);