You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.
I think this should no longer be an issue since #233 has been merged, although I haven't specifically heard from anyone with a subscription who has tried those changes.
This actually creates the issue that the new id's don't match what the gmusic API uses and means that if you try and library browse a gmusic:artist:artist_id using the returned id it will not work.
Basically if I search and get an artist id I cannot use that artist id to browse that artist anymore if I were to use your fix.
When searching, albums will return their artists as the md5 of the artist name, not the artist ID that is returned from gmusicapi.
mopidy-gmusic/mopidy_gmusic/library.py
Line 626 in bbfe876
I have a fix in my commit sebsebmc/mopidy-gmusic@2a081de, but I don't know why the artist ID wasn't used in the first place.
I haven't cleaned up the code yet but if this is the right fix I can clean up the code and submit a pull request.
The text was updated successfully, but these errors were encountered: