Skip to content

Commit

Permalink
Merge pull request #297 from jayden000/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
nathom authored Feb 10, 2022
2 parents 2b403c1 + ad704b1 commit 6f6c021
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions streamrip/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@
COVER_SIZES = ("thumbnail", "small", "large", "original")

TIDAL_CLIENT_INFO = {
"id": base64.b64decode("OFNFWldhNEoxTlZDNVU1WQ==").decode("iso-8859-1"),
"id": base64.b64decode("elU0WEhWVmtjMnREUG80dA==").decode("iso-8859-1"),
"secret": base64.b64decode(
"b3dVWURreGRkeis5RnB2R1gyNERseEVDTnRGRU1CeGlwVTBsQmZyYnE2MD0="
"VkpLaERGcUpQcXZzUFZOQlY2dWtYVEptd2x2YnR0UDd3bE1scmM3MnNlND0="
).decode("iso-8859-1"),
}

Expand Down

0 comments on commit 6f6c021

Please sign in to comment.