summaryrefslogtreecommitdiff
path: root/www/js/shows.js
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2017-01-14 01:35:21 (GMT)
committerChristian Pointner <equinox@helsinki.at>2017-01-14 01:35:21 (GMT)
commit993df89c979d8da28f76395d4711a145a54c0b5c (patch)
tree6e846612a0e92d51f514257a97238e6ea8e7b7ef /www/js/shows.js
parent45e778437255f9415a8b05fa69d80b2a8e186abe (diff)
minor refactoring
Diffstat (limited to 'www/js/shows.js')
-rw-r--r--www/js/shows.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/shows.js b/www/js/shows.js
index 8a83057..b4687c3 100644
--- a/www/js/shows.js
+++ b/www/js/shows.js
@@ -370,7 +370,7 @@ Rdxport.ShowCartView.prototype.render = function() {
var playCounter = '-';
var lastPlayDatetime = '-';
if (cut) {
- length = msToTimeString(Number(cut.length));
+ length = format_durationms(Number(cut.length));
originDatetime = format_datetime(cut.originDatetime);
playCounter = cut.playCounter;
lastPlayDatetime = format_datetime(cut.lastPlayDatetime);