This commit is contained in:
Araxeus
2021-05-06 02:17:48 +03:00
parent ca41c12f7c
commit f190b51dcc
3 changed files with 4 additions and 2 deletions

View File

@ -47,8 +47,8 @@ global.download = () => {
videoUrl = baseUrl + "/" + videoUrl;
metadata = null;
} else {
videoUrl = global.songInfo.url || window.location.href;
metadata = global.songInfo;
videoUrl = metadata.url || window.location.href;
}
downloadVideoToMP3(