diff --git a/votify/api/api.py b/votify/api/api.py index 4ce084f..85d5391 100644 --- a/votify/api/api.py +++ b/votify/api/api.py @@ -42,6 +42,7 @@ class SpotifyApi: return ( getattr(self, "user_profile", {}) .get("data", {}) + .get("me", {}) .get("account", {}) .get("product") == "PREMIUM"