From 69f526b57282333dd234cb8386e48f4ce5f169fd Mon Sep 17 00:00:00 2001 From: naomiaro Date: Wed, 13 Oct 2010 16:24:40 -0400 Subject: [PATCH] correct playlist time --- htmlUI/templates/playlist/sidebar.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}