From 3eaa073127bb3be8babd77d7cb0d32d1290866d2 Mon Sep 17 00:00:00 2001 From: catmpeg Date: Tue, 24 Feb 2026 13:51:37 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BD=D0=B5=20=D0=B4=D0=BE=D0=BB=D0=B3=D0=BE?= =?UTF-8?q?=20catmpeg=20=D0=BF=D1=80=D0=BE=D0=B6=D0=B8=D0=BB?= 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 02f4294..9be92d3 100644 --- a/assets/lastplayed.js +++ b/assets/lastplayed.js @@ -1,7 +1,7 @@ document.addEventListener("DOMContentLoaded", () => { const lastPlayedBlock = document.getElementById('last-played'); - fetch("https://cat.fs.tlpteam.ru:5011/?user=catmpeg") + fetch("https://cat.fs.tlpteam.ru:5011/?user=xelframe") .then(response => response.json()) .then(data => { if (data && data.name) {