GNOME Bugzilla – Bug 761890
in search clicking artist view returns you to main view
Last modified: 2016-03-04 12:22:50 UTC
I noticed that while in search results clicking anything in the artist section will revert you back to the main view, after that search is pretty much broken. Bisected it to this commit : https://git.gnome.org/browse/gnome-music/commit/?id=be592822e9f5e628bcd3ffced3a999d3cebcc5a4
Created attachment 322559 [details] [review] Check if visible child is ArtistsAlbumsWidget on search toggle If a search is made from the Albums view, clicking on the artist result reverts back to the Albums view again. This patch adds a condition to check if the visible child of the current view is a ArtistsAlbumsWidget and does not switch to the Albums view if so.
Review of attachment 322559 [details] [review]: When I click on an artist in the search results, it presents me the artist view without the sidebar. I guess it would be better to have the sidebar, and select and show the proper artist. Any opinion, aday?