Update link to HTTPS

This commit is contained in:
bladeoner
2022-02-27 15:29:25 +01:00
parent 25e72aa45e
commit 0a28baad64
+1 -1
View File
@@ -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():