mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-06 06:20:30 +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"
|
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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue