Open
Conversation
playlistcontainer: folder support
album cover retrieving
starred playlist support
search: album and artist support
link: album support
album: getTracks
Contributor
Author
|
While testing my app I have received the following error about two times. I don't think that it has anything to do with this pull request but if you could test out this and notify me if anyone gets it aswell. I have always got the error in the middle of playing a song, while not making any other calls to libspotify. |
Contributor
Author
|
@Floby Please take a look when you have time! |
Contributor
Author
|
@Floby ping! I've updated with a small bugfix... |
Owner
|
Sorry I haven't been replying to this pull request. Work leave me no time to review these at the moment but I promise I will make time ! |
Contributor
Author
|
Ok, thanks! |
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.
This includes #28, #30, #31, #32, #33 and #35. If you want to review them separately I think that their commits should disappear from below when you merge them.
The only thing that is relevant to this pull request is faa0197, which depends on the other hence the inclusion.
I've added support for a new type of
SpObject,Image. All link functionsImage.getFromUrlandimg.getUrlis implemented. You can also get an image object form anAlbum,ArtistorPlaylist.Some tab and spaces misses are also fixed.