[vlc-commits] qml: fix the default view in music pages

Pierre Lamot git at videolan.org
Thu Sep 10 16:10:33 CEST 2020


vlc | branch: master | Pierre Lamot <pierre at videolabs.io> | Tue Sep  1 17:42:46 2020 +0200| [954fc8989a9878edf19221f4a1d300101eebcaf0] | committer: Pierre Lamot

qml: fix the default view in music pages

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=954fc8989a9878edf19221f4a1d300101eebcaf0
---

 modules/gui/qt/medialibrary/qml/MusicDisplay.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/qt/medialibrary/qml/MusicDisplay.qml b/modules/gui/qt/medialibrary/qml/MusicDisplay.qml
index e7b0bc0529..ca33a1fc46 100644
--- a/modules/gui/qt/medialibrary/qml/MusicDisplay.qml
+++ b/modules/gui/qt/medialibrary/qml/MusicDisplay.qml
@@ -31,7 +31,7 @@ Widgets.NavigableFocusScope {
     id: root
 
     //name and properties of the tab to be initially loaded
-    property string view: "albums"
+    property string view: "artists"
     property var viewProperties: ({})
 
     property var sortModel



More information about the vlc-commits mailing list