Skip to content

Instantly share code, notes, and snippets.

@Yidaotus
Created February 25, 2022 14:16
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 Yidaotus/586b64bc2b3e30f805cb29de370172b7 to your computer and use it in GitHub Desktop.
Save Yidaotus/586b64bc2b3e30f805cb29de370172b7 to your computer and use it in GitHub Desktop.
Currently Playing
query CurrentlyPlaying {
me {
spotify {
player {
progressMs
isPlaying
repeatState
shuffleState
item {
name
durationMs
album {
images {
height
url
width
}
name
}
artists {
name
}
uri
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment