Skip to content

Commit

Permalink
wip: Use fixed media
Browse files Browse the repository at this point in the history
  • Loading branch information
d-beezee committed Jan 25, 2024
1 parent 7a53b0b commit 2dda2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/UxDashboard/UxForm/VideoParts/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const VideoParts = () => {
renderItem={(videopart, index, dragHandleProps) => (
<Video
start={videopart.start}
src={videopart.streamUrl || videopart.url}
src={"https://media.dev.tryber.me/test-stream.m3u8"}
>
<VideoPart
key={videopart.internalId}
Expand Down

0 comments on commit 2dda2f4

Please sign in to comment.