From 4cb1374f613b628ba10331f99c704d28b9d35acf Mon Sep 17 00:00:00 2001 From: vMohammad <62218284+vMohammad24@users.noreply.github.com> Date: Sat, 31 May 2025 22:20:32 +0300 Subject: [PATCH] fix lastfm --- assets/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/index.js b/assets/js/index.js index ccf54cd..f203e42 100644 --- a/assets/js/index.js +++ b/assets/js/index.js @@ -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)