Fixed error in js
This commit is contained in:
parent
4c2730bc59
commit
12f3670548
2 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ export default {
|
|||
durationFormatted (v) {
|
||||
let duration = parseInt(v)
|
||||
if (duration % 1 !== 0) {
|
||||
return time.parse(0)
|
||||
return this.parse(0)
|
||||
}
|
||||
duration = Math.round(duration)
|
||||
return this.parse(duration)
|
||||
|
|
|
|||
0
front/stats.json
Normal file
0
front/stats.json
Normal file
Loading…
Add table
Add a link
Reference in a new issue