This commit is contained in:
Araxeus
2021-05-10 06:05:39 +03:00
parent cb743de7fd
commit b266037bb4

View File

@ -51,7 +51,6 @@ const songInfo = {
};
const handleData = async (responseText, win) => {
console.log("handling song-info")
let data = JSON.parse(responseText);
songInfo.title = data?.videoDetails?.title;
songInfo.artist = await getArtist(win) || cleanupArtistName(data?.videoDetails?.author);