Use new endpoint

This commit is contained in:
Nick Mowen 2022-12-11 16:37:09 -07:00
parent 71b42d5293
commit 72cb12d1ea

View File

@ -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',
},
],