[vlc-devel] [PATCH 3/4] qml: fix music subview properties not set properly
Pierre Lamot
pierre at videolabs.io
Mon Nov 18 18:21:31 CET 2019
this caused going from the genre view to album filtered by genre to fails
---
modules/gui/qt/qml/mediacenter/MCMusicDisplay.qml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/qt/qml/mediacenter/MCMusicDisplay.qml b/modules/gui/qt/qml/mediacenter/MCMusicDisplay.qml
index 68a2bd0384..ee09817a25 100644
--- a/modules/gui/qt/qml/mediacenter/MCMusicDisplay.qml
+++ b/modules/gui/qt/qml/mediacenter/MCMusicDisplay.qml
@@ -38,7 +38,7 @@ Utils.NavigableFocusScope {
property var contentModel
onViewChanged: loadView()
- onViewProperties: loadView()
+ onViewPropertiesChanged: loadView()
Component.onCompleted: loadView()
function loadView() {
--
2.17.1
More information about the vlc-devel
mailing list