diff options
| author | jade (winter) | 2026-07-19 17:51:11 +0100 |
|---|---|---|
| committer | jade (winter) | 2026-07-19 17:51:11 +0100 |
| commit | 5f301e85b24f3a219c3020a8e24113c31a2a1058 (patch) | |
| tree | f0b15a1dc34af78270718fabf933d075ccd0d028 /lib/rms.php | |
| parent | 92d27365cadbd98e6d709673cd0729de8793c494 (diff) | |
fix so much stuff + add hls player
Diffstat (limited to 'lib/rms.php')
| -rw-r--r-- | lib/rms.php | 2 |
1 files changed, 1 insertions, 1 deletions
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)); } |
