Closed xxxserxxx closed 2 months ago
sigh
I created a conflict for myself. In global-search
I factored out the currentIndex
variable that was used only once; with this patch, it's used twice and so needs to indeed be a declared variable. This will probably result in either a merge conflict, or a failure to compile, so if you merge global-search
I'll update this patch to make it work with the other PR.
Thanks, I accidentally pushed the merge too early so I fixed the merge problem, too.
a
in the entities column (albums or songs) advances the selection cursor to the next item. This tiny patch makes the action in the artists column behave the same way so the UX is consistent. Consistency is sufficient, IMO, but if for no other reason, it also provides feedback to the user that their button press did something.