merge feat/schedule-engine: interstitials, gap filler, mid-roll breaks (#3, #4, #8, #6)

This commit is contained in:
2026-07-12 14:14:43 +02:00
13 changed files with 1101 additions and 35 deletions

View File

@@ -71,6 +71,7 @@ pub async fn update_channel(
schedule_config: req.schedule_config.map(Into::into),
rotation_policy: req.rotation_policy,
auto_schedule: req.auto_schedule,
gap_filler: req.gap_filler,
};
let channel = application::channels::update::execute(&state.channel_command_deps, cmd).await?;
Ok(Json(ChannelResponse::from(channel)))