mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-05 22:10:31 +02:00
fix lastfm
This commit is contained in:
parent
06b40e5d6a
commit
4cb1374f61
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ const params = new URLSearchParams({
|
|||
limit: "1"
|
||||
});
|
||||
|
||||
const url = `http://ws.audioscrobbler.com/2.0/?${params.toString()}`;
|
||||
const url = `https://ws.audioscrobbler.com/2.0/?${params.toString()}`;
|
||||
|
||||
function fetchSong() {
|
||||
fetch(url)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue