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():