rename payload key
This commit is contained in:
parent
590026119c
commit
0663241c67
@ -298,7 +298,7 @@ async function controlPlayout(state: string) {
|
|||||||
await $fetch(`/api/control/${channel}/playout/`, {
|
await $fetch(`/api/control/${channel}/playout/`, {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
headers: { ...contentType, ...authStore.authHeader },
|
headers: { ...contentType, ...authStore.authHeader },
|
||||||
body: JSON.stringify({ command: state }),
|
body: JSON.stringify({ control: state }),
|
||||||
})
|
})
|
||||||
|
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ffplayout-frontend",
|
"name": "ffplayout-frontend",
|
||||||
"version": "0.2.1",
|
"version": "0.2.2",
|
||||||
"description": "Web GUI for ffplayout",
|
"description": "Web GUI for ffplayout",
|
||||||
"author": "Jonathan Baecker",
|
"author": "Jonathan Baecker",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user