Created
August 13, 2020 09:42
-
-
Save mayhem/46ec8d815c51da2e4f4691a7fa792656 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
listenbrainz=> select distinct permission from spotify_auth where record_listens = 'f'; | |
permission | |
----------------------------------------------------------------------------------------------------------------------- | |
streaming user-read-birthdate user-read-email user-read-private | |
streaming user-read-currently-playing user-read-birthdate user-read-email user-read-recently-played user-read-private | |
streaming user-read-email user-read-private | |
user-read-currently-playing user-read-recently-played | |
user-read-recently-played | |
(5 rows) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment