From 72d5d2b245cff3f47621f953a108f8cb36cd2dd3 Mon Sep 17 00:00:00 2001 From: Benjamin Arnaud <benjamin.arnaud@videolabs.io> Date: Thu, 2 Sep 2021 10:49:43 +0200 Subject: [PATCH] qml/MusicAllArtists: Fix keyboard interaction on artist --- modules/gui/qt/medialibrary/qml/MusicAllArtists.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/gui/qt/medialibrary/qml/MusicAllArtists.qml b/modules/gui/qt/medialibrary/qml/MusicAllArtists.qml index c43ce9f5952e..a464e6bf6baa 100644 --- a/modules/gui/qt/medialibrary/qml/MusicAllArtists.qml +++ b/modules/gui/qt/medialibrary/qml/MusicAllArtists.qml @@ -136,7 +136,6 @@ FocusScope { } else { _currentView.currentIndex = index requestArtistAlbumView(Qt.TabFocusReason) - medialib.addAndPlay( artistModel.getIdForIndex(index) ) } } -- GitLab