arcade-mcp/toolkits/spotify/arcade_spotify/tools
Eric Gustin bc393db305
Return success message if playback is altered (#145)
# PR Description
Previously, if a tool adjusted the playback state, then the tool would
return the current playback state after the modification had occurred.
The problem with this approach was that Spotify would not update the
playback state in time (sometimes), so the tools were returning stale
data!
2024-11-04 17:22:10 -08:00
..
__init__.py SDK: Generic OAuth 2.0 connector (#81) 2024-10-03 16:40:02 -07:00
constants.py More Spotify Tools (#140) 2024-11-01 13:15:43 -07:00
models.py More Spotify Tools (#140) 2024-11-01 13:15:43 -07:00
player.py Return success message if playback is altered (#145) 2024-11-04 17:22:10 -08:00
search.py More Spotify Tools (#140) 2024-11-01 13:15:43 -07:00
tracks.py Add tools to Spotify Toolkit (#132) 2024-10-30 18:26:39 -07:00
utils.py Return success message if playback is altered (#145) 2024-11-04 17:22:10 -08:00