Skip to content

searchview: Correctly reset selection indexes

Jean Felder requested to merge wip/jfelder/searchview-reset-indexes into master

Music application crashes when making two consecutive selections in SearchView because indexes are not reset after the first selection. Reset albums_index and artists_albums_index before a selection fixes this issue.

Merge request reports