Update user-agent Chrome version in Spotify API headers

This commit is contained in:
Rafael Moraes
2025-07-26 12:15:50 -03:00
parent 3070bd0547
commit 85da2bf20f
+1 -1
View File
@@ -82,7 +82,7 @@ class SpotifyApi:
"sec-fetch-dest": "empty",
"sec-fetch-mode": "cors",
"sec-fetch-site": "same-site",
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36",
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36",
"spotify-app-version": self.CLIENT_VERSION,
"app-platform": "WebPlayer",
}