Merge pull request #232 from uwulily/main

update tidal client info, bc the old one expired/got revoked
This commit is contained in:
Nathan Thomas 2021-11-27 20:44:27 -08:00 committed by GitHub
commit 3807259ab9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -173,8 +173,8 @@ MEDIA_TYPES = {"track", "album", "artist", "label", "playlist", "video"}
COVER_SIZES = ("thumbnail", "small", "large", "original")
TIDAL_CLIENT_INFO = {
"id": "aR7gUaTK1ihpXOEP",
"secret": "eVWBEkuL2FCjxgjOkR3yK0RYZEbcrMXRc2l8fU3ZCdE=",
"id": "Pzd0ExNVHkyZLiYN",
"secret": "W7X6UvBaho+XOi1MUeCX6ewv2zTdSOV3Y7qC3p3675I=",
}
QOBUZ_BASE = "https://www.qobuz.com/api.json/0.2"