Skip to content

Commit

Permalink
Improve error popup when missing last.fm
Browse files Browse the repository at this point in the history
  • Loading branch information
Xwilarg committed Jan 2, 2024
1 parent 865d237 commit fef500a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/lastfm.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ async function lastfm_initAsync()
const apiKey = await getApiKeyAsync();
if (apiKey === "")
{
console.error("last.fm API key is not set");
alert("last.fm API key is not set");
}
else
{
Expand Down

0 comments on commit fef500a

Please sign in to comment.