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/`, {
|
||||
method: 'POST',
|
||||
headers: { ...contentType, ...authStore.authHeader },
|
||||
body: JSON.stringify({ command: state }),
|
||||
body: JSON.stringify({ control: state }),
|
||||
})
|
||||
|
||||
setTimeout(() => {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ffplayout-frontend",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"description": "Web GUI for ffplayout",
|
||||
"author": "Jonathan Baecker",
|
||||
"private": true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user