浏览代码

Fixed very difficult issue, that was totally not a derp.

Vos 8 年之前
父节点
当前提交
7e34f71b5d
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      frontend/components/Modals/Playlists/Edit.vue

+ 0 - 1
frontend/components/Modals/Playlists/Edit.vue

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