We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07a3353 commit 8cbedafCopy full SHA for 8cbedaf
tidalapi/request.py
@@ -85,6 +85,8 @@ def basic_request(
85
if not headers:
86
headers = {}
87
88
+ headers["x-tidal-client-version"] = "2025.7.16"
89
+
90
if "User-Agent" not in headers:
91
headers["User-Agent"] = self.user_agent
92
0 commit comments