Noticed that with the latest changes, coverflow flickers with errors in the terminal:
Traceback (most recent call last):
File "/home/dad/.local/share/rhythmbox/plugins/coverart_browser/coverart_artistview.py", line 663, in _on_album_added
self._artist_manager.model.add_album_to_artist(artist, [album])
File "/home/dad/.local/share/rhythmbox/plugins/coverart_browser/coverart_artistview.py", line 297, in add_album_to_artist
self.sort() # ensure the added albums are sorted correctly
File "/home/dad/.local/share/rhythmbox/plugins/coverart_browser/coverart_artistview.py", line 552, in sort
self.store.set_sort_column_id(*sortSettings)
TypeError: Argument 1 does not allow None as a value
Seems like a scroll event is being fired on each scroll causing a mass update event in artist view
Noticed that with the latest changes, coverflow flickers with errors in the terminal:
Seems like a scroll event is being fired on each scroll causing a mass update event in artist view