mirror of
https://github.com/glomatico/votify.git
synced 2026-09-27 03:22:39 +02:00
Update user-agent Chrome version in Spotify API headers
This commit is contained in:
@@ -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",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user