Remember how many seconds are in a minute
This commit is contained in:
parent
a924a2f64f
commit
f2c89402a3
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ Title = function() {
|
|||
|
||||
if (file && file.global.time) {
|
||||
playtime = Math.floor(file.global.time / 3600) + ":"
|
||||
+ (Math.floor(file.global.time / 600) % 10) + ""
|
||||
+ (Math.floor(file.global.time / 600) % 6) + ""
|
||||
+ (Math.floor(file.global.time / 60) % 10);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue