GNOME Bugzilla – Bug 708116
Crash in notification when the current track gets hidden while searching
Last modified: 2013-09-16 08:43:26 UTC
To reproduce: 1. Play a song in Songs view. 2. Open search bar then do a search that will hide the current track. 3. Move the scrollbar (you might have to do it several times) Music will then crash because the current media returned by Player is None.
Created attachment 254979 [details] [review] player: Don't emit playing-changed when the bus state changes This causes a crash in notification when the current track gets hidden on filtering, but when the bus state changes, it doesn't mean that the current track changed.
Review of attachment 254979 [details] [review]: Looks good to me
Comment on attachment 254979 [details] [review] player: Don't emit playing-changed when the bus state changes Committed as e78781e7.