diff --git a/votify/spotify_api.py b/votify/spotify_api.py index 6a84cf2..f5cff1b 100644 --- a/votify/spotify_api.py +++ b/votify/spotify_api.py @@ -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", }