seeking, autonext song

This commit is contained in:
Blue 2019-01-26 21:54:22 +03:00 committed by Gitea
parent d6e22f6111
commit 3f660239ec
7 changed files with 294 additions and 66 deletions

View file

@ -17,7 +17,7 @@ var Audio = File.inherit({
return this._additional.at("bitrate").valueOf();
},
getDuration: function() {
return this._additional.at("duration").valueOf();
return this._additional.at("duration").valueOf() / 1000;
}
});