Merge pull request #1 from vMohammad24/patch-1

fix lastfm
This commit is contained in:
zyqunix 2025-05-31 21:21:33 +02:00 committed by GitHub
commit 64fc10762a
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)