From 344daaeaa6bbebc7b4e38ad10b6f15d252ee59e6 Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 10 Dec 2012 01:02:42 +0100 Subject: [PATCH] update audio player --- source/Ox.UI/js/Audio/AudioPlayer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/js/Audio/AudioPlayer.js b/source/Ox.UI/js/Audio/AudioPlayer.js index 6e7b9d71..9466c299 100644 --- a/source/Ox.UI/js/Audio/AudioPlayer.js +++ b/source/Ox.UI/js/Audio/AudioPlayer.js @@ -314,7 +314,7 @@ Ox.AudioPlayer = function(options, self) { title: Ox.formatDuration( self.options.time == 'elapsed' ? self.options.position - : self.options.audio[self.options.track].duration / 1000 + : self.options.audio[self.options.track].duration - self.options.position ) });