mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 10:31:47 +00:00
lint
This commit is contained in:
@ -51,7 +51,6 @@ const songInfo = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const handleData = async (responseText, win) => {
|
const handleData = async (responseText, win) => {
|
||||||
console.log("handling song-info")
|
|
||||||
let data = JSON.parse(responseText);
|
let data = JSON.parse(responseText);
|
||||||
songInfo.title = data?.videoDetails?.title;
|
songInfo.title = data?.videoDetails?.title;
|
||||||
songInfo.artist = await getArtist(win) || cleanupArtistName(data?.videoDetails?.author);
|
songInfo.artist = await getArtist(win) || cleanupArtistName(data?.videoDetails?.author);
|
||||||
|
|||||||
Reference in New Issue
Block a user