From 30d77f90ab9c614eb7f1a37e0d8abbdb6522fe47 Mon Sep 17 00:00:00 2001 From: catmpeg Date: Sun, 25 Jan 2026 21:40:41 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BD=D0=B8=20=D1=80=D0=B0=D0=B1=D0=BE=D1=82?= =?UTF-8?q?=D0=B0=D0=B5=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/lastplayed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/lastplayed.js b/assets/lastplayed.js index 1033a89..02f4294 100644 --- a/assets/lastplayed.js +++ b/assets/lastplayed.js @@ -1,7 +1,7 @@ document.addEventListener("DOMContentLoaded", () => { const lastPlayedBlock = document.getElementById('last-played'); - fetch("http://cat.fs.tlpteam.ru:5011/?user=catmpeg") + fetch("https://cat.fs.tlpteam.ru:5011/?user=catmpeg") .then(response => response.json()) .then(data => { if (data && data.name) {