Last active
August 13, 2020 10:03
-
-
Save mayhem/38ef69a6751e198174128cc53deeeb58 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
update spotify_auth | |
set record_listens = 't', error_message = NULL | |
where record_listens = 'f' | |
and permission in ('streaming user-read-currently-playing user-read-birthdate user-read-email user-read-recently-played user-read-private', 'user-read-currently-playing user-read-recently-played', 'user-read-recently-played'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment