From e957721841c5bb4458422ec58d925bb342258b50 Mon Sep 17 00:00:00 2001 From: Nirvana Date: Wed, 21 Jan 2026 09:50:52 +0100 Subject: [PATCH] Reformat --- routes/streams.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/routes/streams.py b/routes/streams.py index 12b7232..892fd16 100644 --- a/routes/streams.py +++ b/routes/streams.py @@ -346,7 +346,10 @@ def setup_stream_routes(app, manager, service): # Get DRM configs to extract ClearKey data drm_configs = manager.get_channel_drm_configs( - provider_name=provider, channel_id=channel_id, country=country + provider_name=provider, + channel_id=channel_id, + country=country, + is_catchup=False ) # Extract ClearKey data