From 5f301e85b24f3a219c3020a8e24113c31a2a1058 Mon Sep 17 00:00:00 2001 From: jade (winter) Date: Sun, 19 Jul 2026 17:51:11 +0100 Subject: fix so much stuff + add hls player --- lib/rms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rms.php') diff --git a/lib/rms.php b/lib/rms.php index 1e76d53..8b92e49 100644 --- a/lib/rms.php +++ b/lib/rms.php @@ -6,5 +6,5 @@ const RMS_SOUNDS_CONTAINER = '/experience/inline/container'; const RMS_SOUNDS_PLAYABLE = '/experience/inline/play'; function rms_fetch(string $path): stdClass { - return json_decode(file_get_contents(RMS_API_BASE . $path)); + return json_decode(file_get_contents(RMS_API_BASE . $path)); } -- cgit v1.3