Prepare RTLPlus for new streaming prov

This commit is contained in:
Nirvana
2026-05-03 17:55:50 +02:00
parent 8ec322d878
commit 490852a00b
+1 -1
View File
@@ -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
)