fix: add gap_filler to frontend ChannelResponse + UpdateChannelRequest

This commit is contained in:
2026-07-12 15:21:20 +02:00
parent a823a79f6b
commit 9558f04f73

View File

@@ -221,6 +221,7 @@ export interface ChannelResponse {
webhook_poll_interval_secs: number;
webhook_body_template?: string | null;
webhook_headers?: string | null;
gap_filler?: MediaFilter | null;
created_at: string;
updated_at: string;
}
@@ -252,6 +253,7 @@ export interface UpdateChannelRequest {
webhook_poll_interval_secs?: number;
webhook_body_template?: string | null;
webhook_headers?: string | null;
gap_filler?: MediaFilter | null;
}
// Media & Schedule