From 749233bee2e45424dffc68a93597942d7268cec6 Mon Sep 17 00:00:00 2001 From: Nirvana Date: Tue, 10 Mar 2026 16:51:18 +0100 Subject: [PATCH] Add discovery --- lib/streaming_providers/providers/rtlplus/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/streaming_providers/providers/rtlplus/constants.py b/lib/streaming_providers/providers/rtlplus/constants.py index 57928da..8247a23 100644 --- a/lib/streaming_providers/providers/rtlplus/constants.py +++ b/lib/streaming_providers/providers/rtlplus/constants.py @@ -44,7 +44,7 @@ class RTLPlusDefaults: PLATFORM_ANDROID = "android" PLATFORM_IOS = "ios" PLATFORM_SMART_TV = "smarttv" - PLATFORM_DEFAULT = PLATFORM_ANDROID + PLATFORM_DEFAULT = PLATFORM_WEB # Client and version information CLIENT_VERSION = _RTLPLUS_CLIENT_VERSION