Explorar o código

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

Vos %!s(int64=8) %!d(string=hai) anos
pai
achega
7e34f71b5d
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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';