From 1aab6420d7f7243b4f47074f5e9e39a59b113c6f Mon Sep 17 00:00:00 2001 From: Rainer Keller Date: Tue, 10 Dec 2024 18:25:34 +0100 Subject: [PATCH] Show error message in case of invalid credentials For regular users, it is not possible to find out what is wrong without a message being shown. --- src/WaipuData.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/WaipuData.cpp b/src/WaipuData.cpp index 3bcba52..d30f830 100644 --- a/src/WaipuData.cpp +++ b/src/WaipuData.cpp @@ -201,6 +201,8 @@ void WaipuData::LoginThread() } continue; + } else if (m_login_status == WAIPU_LOGIN_STATUS::INVALID_CREDENTIALS) { + kodi::QueueNotification(QUEUE_ERROR, "", kodi::addon::GetLocalizedString(30030)); } kodi::addon::CInstancePVRClient::ConnectionStateChange("Connecting",