diff --git a/src/api.ts b/src/api.ts index 1760006..3baa770 100644 --- a/src/api.ts +++ b/src/api.ts @@ -284,7 +284,7 @@ export function setTimeslotItemCue( secs: number ): Promise { return myradioApiRequest("/timeslotItem/" + timeslotItemId + "/cue", "PUT", { - start_time: secs, + secs, }); }