From 43c22846c5ca81198df00ef5fb3391326ad04765 Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 25 Oct 2025 15:02:52 +0000 Subject: [PATCH] pronxp bugfix --- src/providers/pornxp.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/providers/pornxp.rs b/src/providers/pornxp.rs index 63dd9b1..1896681 100644 --- a/src/providers/pornxp.rs +++ b/src/providers/pornxp.rs @@ -34,7 +34,7 @@ impl PornxpProvider { fn build_channel(&self, clientversion: ClientVersion) -> Channel { let _ = clientversion; Channel { - id: "pornxpme".to_string(), + id: "pornxp".to_string(), name: "PornXP".to_string(), description: "For Those Who Know The Difference".to_string(), premium: false,