From 82ada613676cd256fdf63989933284e4b4c5bee1 Mon Sep 17 00:00:00 2001 From: baliasnyifeliks Date: Tue, 13 Jan 2026 11:26:20 +0200 Subject: [PATCH] fix(media): add streamproxy condition for ashdi.vip stream handling The ashdi.vip stream handling now requires the streamproxy configuration to be enabled before applying custom headers. This prevents unintended header modifications when the proxy is not configured. --- CikavaIdeya/Controller.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CikavaIdeya/Controller.cs b/CikavaIdeya/Controller.cs index 6e291ed..f9206c5 100644 --- a/CikavaIdeya/Controller.cs +++ b/CikavaIdeya/Controller.cs @@ -57,7 +57,7 @@ namespace CikavaIdeya.Controllers List streamHeaders = null; bool forceProxy = false; - if (streamLink.Contains("ashdi.vip", StringComparison.OrdinalIgnoreCase)) + if (streamLink.Contains("ashdi.vip", StringComparison.OrdinalIgnoreCase) && init.streamproxy) { streamHeaders = new List() {