From 490852a00b40f08370730dee0a7ff9d5801fce39 Mon Sep 17 00:00:00 2001 From: Nirvana Date: Sun, 3 May 2026 17:55:50 +0200 Subject: [PATCH] Prepare RTLPlus for new streaming prov --- routes/streams.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/streams.py b/routes/streams.py index 36f2af4..20c28ae 100644 --- a/routes/streams.py +++ b/routes/streams.py @@ -603,7 +603,7 @@ def setup_stream_routes(app, manager, service): # Use existing helper to fetch manifest # _fetch_manifest_for_rewriter expects (provider, channel_id, manifest_url) # but we can pass content_id as channel_id since it's just an identifier - manifest_text, _, _, _ = service.fetch_manifest_for_rewriter( + manifest_text, _, _, _, _ = service.fetch_manifest_for_rewriter( provider, content_id, manifest_url )