From 72cb12d1ea51d8e02eba2adba848690749936f1a Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Sun, 11 Dec 2022 16:37:09 -0700 Subject: [PATCH] Use new endpoint --- web/src/routes/Events.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/routes/Events.jsx b/web/src/routes/Events.jsx index 417423cca..5a96732bd 100644 --- a/web/src/routes/Events.jsx +++ b/web/src/routes/Events.jsx @@ -545,7 +545,7 @@ export default function Events({ path, ...props }) { autoplay: true, sources: [ { - src: `${apiHost}/vod/event/${event.id}/master.m3u8`, + src: `${apiHost}api/event/${event.id}/master.m3u8`, type: 'application/vnd.apple.mpegurl', }, ],