fix lastfm

This commit is contained in:
vMohammad 2025-05-31 22:20:32 +03:00 committed by GitHub
parent 06b40e5d6a
commit 4cb1374f61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -215,7 +215,7 @@ const params = new URLSearchParams({
limit: "1" limit: "1"
}); });
const url = `http://ws.audioscrobbler.com/2.0/?${params.toString()}`; const url = `https://ws.audioscrobbler.com/2.0/?${params.toString()}`;
function fetchSong() { function fetchSong() {
fetch(url) fetch(url)