From 0a28baad642b2ce87970494cacd902a2760f4e47 Mon Sep 17 00:00:00 2001 From: bladeoner Date: Sun, 27 Feb 2022 15:29:25 +0100 Subject: [PATCH] Update link to HTTPS --- TIDALDL-PY/tidal_gui/viewModel/loginModel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TIDALDL-PY/tidal_gui/viewModel/loginModel.py b/TIDALDL-PY/tidal_gui/viewModel/loginModel.py index 300a42b..2f9bea3 100644 --- a/TIDALDL-PY/tidal_gui/viewModel/loginModel.py +++ b/TIDALDL-PY/tidal_gui/viewModel/loginModel.py @@ -62,7 +62,7 @@ class LoginModel(ViewModel): def __openWeb__(self): self.view.enableConfirmButton(False) - webbrowser.open('http://link.tidal.com/' + API.key.userCode, new=0, autoraise=True) + webbrowser.open('https://link.tidal.com/' + API.key.userCode, new=0, autoraise=True) def __thread_waitLogin__(model: LoginModel): if loginByWeb():