Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Araxeus committed May 10, 2021
1 parent cb743de commit b266037
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion providers/song-info.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b266037

Please sign in to comment.