GNOME Bugzilla – Bug 744827
Empty stars in 'Search' view
Last modified: 2015-09-07 11:47:18 UTC
Currently, favorite tracks show up with a star in Search view, and the star can be toggled on and off, but the empty-star outline does not appear for non-favorite tracks. Non-favorite local tracks should have an empty star in search view (as opposed to tracks from external sources, which will have no star icon at all).
Created attachment 310699 [details] [review] Fixing favorite star rendering in searches Fixing the problem as mentioned, which also prevents crashes which happened when we clicked on the hidden stars of objects that can't have a favorite tag. --- Tough the data types in the code have no names or comments and I'm not sure whether I've changed the right ones or not, please check that one.
Looks good to me, no regressions spotted. Pushed https://git.gnome.org/browse/gnome-music/commit/?id=a1477b8 to master, thanks!