-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
When setting the API Scopes to anything less than everything, the changes aren't saved.
Am using a work-around by setting them manually in the Awake() of my SpotifyListener.
void Awake() {
GameObject.Find("Spotify").GetComponent<PKCE_AuthConfig>().APIScopes = new List() {"user-read-playback-state"};
base.Awake();
}
But this is obviously just a workaround.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels