Skip to content

Commit

Permalink
Remove ID from the lyrics error line
Browse files Browse the repository at this point in the history
It is not in scope there.
  • Loading branch information
TomasHubelbauer committed Jun 3, 2024
1 parent c26d7e4 commit 26e5696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ electron.app.on('ready', async () => {
}

if (lyrics.error) {
console.log(`Lyrics error for ${artist} - ${song} (${id}): ${lyrics.error}`);
console.log(`Lyrics error for ${artist} - ${song}: ${lyrics.error}`);
}
}

Expand Down

0 comments on commit 26e5696

Please sign in to comment.