-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Brief description of changes - add `ShowActionsOnSelectedItem` to show a popup containing of possible actions to act on a Spotify item (Track, Album, Artist, Album, Playlist) - add `command::Action` to represent an action to act on a Spotify item. - implement Spotify client handler functions for - get current user - adding track to a user's playlist - save a Spotify item to user's library. - update the authorization token's scopes to add user's library modify permissions - replace the use of `playlist::SimplifiedPlaylist` with `state::Playlist` - simplify the init codes to get Spotify data to run the application on startup. - remove `BrowseSelectedTrack(Album|Artist)` commands. - decrease the refresh duration for the player event handling thread. - small refactors, remove code duplications, etc
- Loading branch information
Showing
12 changed files
with
615 additions
and
354 deletions.
There are no files selected for viewing
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
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
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
Oops, something went wrong.