From 9558f04f73e2ace2dda99d2e5eba3217fe1ac960 Mon Sep 17 00:00:00 2001 From: Gabriel Kaszewski Date: Sun, 12 Jul 2026 15:21:20 +0200 Subject: [PATCH] fix: add gap_filler to frontend ChannelResponse + UpdateChannelRequest --- k-tv-frontend/lib/types.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/k-tv-frontend/lib/types.ts b/k-tv-frontend/lib/types.ts index 693b666..c6f8c5d 100644 --- a/k-tv-frontend/lib/types.ts +++ b/k-tv-frontend/lib/types.ts @@ -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