From 7bb58d8e4bf83d6e4b06886abc27cd156dc6f79f Mon Sep 17 00:00:00 2001 From: Nirvana Date: Thu, 30 Apr 2026 15:27:37 +0200 Subject: [PATCH] Prepare RTLPlus for new streaming prov --- lib/streaming_providers/providers/rtlplus/constants.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/streaming_providers/providers/rtlplus/constants.py b/lib/streaming_providers/providers/rtlplus/constants.py index 687ebc4..639a428 100644 --- a/lib/streaming_providers/providers/rtlplus/constants.py +++ b/lib/streaming_providers/providers/rtlplus/constants.py @@ -17,7 +17,8 @@ class RTLPlusDefaults: RTLPLUS_LOGO = "https://upload.wikimedia.org/wikipedia/commons/0/0f/RTL_DE_Logo_2021_pink_blau_gruen.png" # Device information - DEVICE_ID = "8c3f37cc-13a3-4141-bd0f-e4b3673fe5e4" +# DEVICE_ID = "8c3f37cc-13a3-4141-bd0f-e4b3673fe5e4" + DEVICE_ID = "_luid_f4f52150-0645-43f8-a8f5-029341f49980" DEVICE_NAME = "Linux Chrome" PLAYREADY_DEVICE_NAME = "Windows Edge"