From f65f5985ec6e8daffa9d2ded92988d5fb66c9017 Mon Sep 17 00:00:00 2001 From: Nirvana Date: Thu, 23 Apr 2026 21:08:34 +0200 Subject: [PATCH] Prepare RTLPlus for new streaming prov --- lib/streaming_providers/providers/rtlplus/auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/streaming_providers/providers/rtlplus/auth.py b/lib/streaming_providers/providers/rtlplus/auth.py index 1dac6ec..9b26513 100644 --- a/lib/streaming_providers/providers/rtlplus/auth.py +++ b/lib/streaming_providers/providers/rtlplus/auth.py @@ -227,7 +227,7 @@ class RTLPlusAuthenticator(BaseOAuth2Authenticator): oauth_token = self.get_bearer_token() - response = self.http_manager.post( + response = self.http_manager.get( self.config.bedrock_auth_url, headers={"authorization": f"Bearer {oauth_token}"}, operation="api",