diff --git a/htmlUI/templates/playlist/sidebar.tpl b/htmlUI/templates/playlist/sidebar.tpl index 232027b9e..f890dce79 100644 --- a/htmlUI/templates/playlist/sidebar.tpl +++ b/htmlUI/templates/playlist/sidebar.tpl @@ -5,7 +5,7 @@
Title:{$PL->title}
-
Length:{$PL->duration}
+
Length:{niceTime in=$PL->duration}
@@ -21,7 +21,7 @@ {$i.track_title|truncate:12:"...":true} {$i.artist_name|truncate:12:"...":true} - {niceTime in=$i.length} + {niceTime in=$i.cliplength} {/foreach}