Переглянути джерело

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

Vos 7 роки тому
батько
коміт
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';