GNOME Bugzilla – Bug 786454
wrong player.set_playlist call in albumwidget.py
Last modified: 2017-08-28 12:43:32 UTC
Created attachment 357866 [details] [review] fix self._player.set_playlist is called with 'Artist' parameter while it should be 'Album'. See patch attached.
How you even spotted this is beyond me, but thanks for the patch. Goes to show how irrelevant some of these arguments are that clearly wrong input doesn't do anything noticable. There's a lot of work left in player.py. As far as the commit goes, pay attention to the commit msg (1) and try to use git-bz for filing patches/bugs (2). 1. https://wiki.gnome.org/Git/CommitMessages 2. https://wiki.gnome.org/Git/WorkingWithPatches