Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mobile_client.get_top_songs() to "Liked Songs" #60

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

palmer-dabbelt
Copy link

The current list of liked songs is only populated with those that happen
to have been enumerated, leaving out songs that have been marked as
thumbs up but are not in the library or a playlist. This patch
explicitly walks the list from "get_top_songs()", which contains some of
the songs that have been marked as thumbs up. The result is that my
liked songs list matches what is shown on my phone.

See simon-weber/gmusicapi#637 for more
information.

Signed-off-by: Palmer Dabbelt [email protected]

The current list of liked songs is only populated with those that happen
to have been enumerated, leaving out songs that have been marked as
thumbs up but are not in the library or a playlist.  This patch
explicitly walks the list from "get_top_songs()", which contains some of
the songs that have been marked as thumbs up.  The result is that my
liked songs list matches what is shown on my phone.

See simon-weber/gmusicapi#637 for more
information.

Signed-off-by: Palmer Dabbelt <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant