-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Tests broken but playlist functionality added * Fixed tests but need to make new tests for 'play-playlist' * Update internal/play/play_test.go Co-authored-by: Brian Strauch <[email protected]> * Update internal/p/p_test.go Co-authored-by: Brian Strauch <[email protected]> * Syntax updates to mock_api.go Co-authored-by: Brian Strauch <[email protected]> * Added switch case to play functions and adapted to queryType - Requires PR on spotify * Rename errors as per suggestion Co-authored-by: Brian Strauch <[email protected]> * Fixing Tests Co-authored-by: Brian Strauch <[email protected]> * Fixing Tests Co-authored-by: Brian Strauch <[email protected]> * Fixing Tests Co-authored-by: Brian Strauch <[email protected]> * Syntax cleanup Co-authored-by: Brian Strauch <[email protected]> * Syntax cleanup Co-authored-by: Brian Strauch <[email protected]> * Fixing Tests Co-authored-by: Brian Strauch <[email protected]> * Fixing command flags as per suggestion Co-authored-by: Brian Strauch <[email protected]> * Update internal/p/p_test.go Co-authored-by: Brian Strauch <[email protected]> * Syntax Updates Co-authored-by: Brian Strauch <[email protected]> * Update internal/errors.go Co-authored-by: Brian Strauch <[email protected]> * Updated p to better reflect play * Revert "Merge branch 'playlist-#27' of https://github.com/Threpio/spotify-cli into playlist-#27" This reverts commit 6fdf6dd, reversing changes made to bdabdb5. * updated to 0.7.0 -> Failed with some merging so git is messy * Sorted out errors again * More sorting out of play functions * Running go fmt * Forgot contextQuery Logic for p() function Co-authored-by: Brian Strauch <[email protected]>
- Loading branch information
1 parent
def54fb
commit a48566e
Showing
11 changed files
with
122 additions
and
43 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
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
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
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