Skip to content

Instantly share code, notes, and snippets.

@mayhem
Last active August 13, 2020 10:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mayhem/38ef69a6751e198174128cc53deeeb58 to your computer and use it in GitHub Desktop.
Save mayhem/38ef69a6751e198174128cc53deeeb58 to your computer and use it in GitHub Desktop.
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