diff --git a/streamrip/constants.py b/streamrip/constants.py index bce45d7..736f74b 100644 --- a/streamrip/constants.py +++ b/streamrip/constants.py @@ -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"