mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-05 22:10:31 +02:00
commit
64fc10762a
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