just commit

This commit is contained in:
santic-zombie
2020-04-06 00:04:44 +03:00
parent b512cec38d
commit b7be7880f7
3 changed files with 13 additions and 5 deletions

View File

@@ -23,7 +23,6 @@ function show()
// Получение информации из файла
var array = temp.toString().split("\n");
// .replace - удаление пробелов в начале и конце строки
MPDartist = array[0];
MPDsong = array[1];
MPDfile = array[2].replace(/^vk_kun\//,'').replace(/\.mp3/,'');