mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-28 22:16:06 -04:00
Fix downloads when logging into tidal
Signed-off-by: nathom <nathanthomas707@gmail.com>
This commit is contained in:
parent
ad6efb33de
commit
47ec254171
1 changed files with 2 additions and 0 deletions
|
@ -669,6 +669,8 @@ class TidalClient(Client):
|
||||||
else:
|
else:
|
||||||
raise Exception
|
raise Exception
|
||||||
|
|
||||||
|
self._update_authorization()
|
||||||
|
|
||||||
def _get_device_code(self):
|
def _get_device_code(self):
|
||||||
"""Get the device code that will be used to log in on the browser."""
|
"""Get the device code that will be used to log in on the browser."""
|
||||||
data = {
|
data = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue