mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-10 10:11:46 +00:00
lint
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user