Skip to content
Snippets Groups Projects
Commit 72d5d2b2 authored by Benjamin Arnaud's avatar Benjamin Arnaud Committed by Hugo Beauzée-Luyssen
Browse files

qml/MusicAllArtists: Fix keyboard interaction on artist

parent f483bdc9
No related branches found
No related tags found
1 merge request!584qml: Update and fix keyboard navigation for the Music tab
......@@ -136,7 +136,6 @@ FocusScope {
} else {
_currentView.currentIndex = index
requestArtistAlbumView(Qt.TabFocusReason)
medialib.addAndPlay( artistModel.getIdForIndex(index) )
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment