update audio player
This commit is contained in:
parent
15601552e7
commit
344daaeaa6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
)
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue