Support 'me' nesting in user_profile

This commit is contained in:
Rafael Moraes
2026-02-27 23:07:49 -03:00
parent 7debd423b7
commit d85645f522
+1
View File
@@ -42,6 +42,7 @@ class SpotifyApi:
return (
getattr(self, "user_profile", {})
.get("data", {})
.get("me", {})
.get("account", {})
.get("product")
== "PREMIUM"