Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.

Commit

Permalink
feat(multistream): rename route and method
Browse files Browse the repository at this point in the history
Co-authored-by: Zibbp <[email protected]>
  • Loading branch information
Entrivax and Zibbp committed Nov 10, 2024
1 parent 920db90 commit 1256e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/playlists/multistream/[playlistId].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const PlaylistMultistream = (props: { playlistId: string }) => {
await useApi(
{
method: "PUT",
url: `/api/v1/playlist/${playlistId}/delay`,
url: `/api/v1/playlist/${playlistId}/multistream/delay`,
withCredentials: true,
data: {
vod_id: vodId,
Expand Down

0 comments on commit 1256e97

Please sign in to comment.