From d528de4fb965ab338cd8ab80de5f6841bf520f11 Mon Sep 17 00:00:00 2001 From: jade (winter) Date: Mon, 7 Sep 2026 18:20:29 +0100 Subject: fix live playback no need to scrape next data anymore, i found the rms endpoint that just gives you the token lmfao by the way i think the magic number 1d590d3 in the previous code was actually the next 'build id' and it broke because the build id changed ? maybe? --- lib/sounds-auth.php | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'lib/sounds-auth.php') diff --git a/lib/sounds-auth.php b/lib/sounds-auth.php index 91e2599..9a333bf 100644 --- a/lib/sounds-auth.php +++ b/lib/sounds-auth.php @@ -1,15 +1,7 @@ pageProps->jwtToken; + return rms_fetch(RMS_SOUNDS_TOKEN_BASE . "/$service")->token; } -- cgit v1.3