|
@@ -94,7 +94,6 @@
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
formatTime: function (length) {
|
|
formatTime: function (length) {
|
|
- length = 1000000;
|
|
|
|
let duration = moment.duration(length, 'seconds');
|
|
let duration = moment.duration(length, 'seconds');
|
|
function getHours() {return Math.floor(duration.asHours());}
|
|
function getHours() {return Math.floor(duration.asHours());}
|
|
if (length <= 0) return '0 seconds';
|
|
if (length <= 0) return '0 seconds';
|