Merged
Conversation
Currently assumes that likes don't change during the current session, which is a dumb hack.
Implement Likes panel
Co-authored-by: James Martindale <11380394+jkmartindale@users.noreply.github.com>
Co-authored-by: James Martindale <11380394+jkmartindale@users.noreply.github.com>
Co-authored-by: James Martindale <11380394+jkmartindale@users.noreply.github.com>
added explanation for spotify in constructor
Feature/playlist
Imagine testing your suggestions before making them. Couldn't be me.
* Fully functioning albums with tracks * Update src/albums.ts End of file line break added Co-authored-by: James Martindale <11380394+jkmartindale@users.noreply.github.com> * Update src/albums.ts Lovely Nullish Coalescing Operator added Co-authored-by: James Martindale <11380394+jkmartindale@users.noreply.github.com> * Update src/albums.ts this.description updated in AlbumsAndTracks constructor Co-authored-by: James Martindale <11380394+jkmartindale@users.noreply.github.com> * Update albums.ts Cleaned up comment Co-authored-by: James Martindale <11380394+jkmartindale@users.noreply.github.com>
* Fully functioning albums with tracks * artists treeview implemented * artists commands implemented * Update src/artists.ts Added empty line at the end of the file Co-authored-by: James Martindale <11380394+jkmartindale@users.noreply.github.com> * Update src/artists.ts Cleaned up label Co-authored-by: James Martindale <11380394+jkmartindale@users.noreply.github.com> * Update artists.ts Removed description for artist & track in ArtistsAndTracks constructor Co-authored-by: James Martindale <11380394+jkmartindale@users.noreply.github.com>
Some Spotify API errors are uncaught, and most catches display the `error` object directly, which fails silently. Instead we should be displaying `error.message`.
Force connecting to a device by transferring playback after authentication.
Fix error message display
Collaborator
Author
|
xd |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.