[vlc-commits] qml: add Playlists entry in Videos tabs
    Benjamin Arnaud 
    git at videolan.org
       
    Tue Feb 23 08:54:22 UTC 2021
    
    
  
vlc | branch: master | Benjamin Arnaud <benjamin.arnaud at videolabs.io> | Fri Feb 19 11:25:39 2021 +0100| [be03295aca8fff6f30794fdb38ab1cde13c5d91a] | committer: Pierre Lamot
qml: add Playlists entry in Videos tabs
Signed-off-by: Pierre Lamot <pierre at videolabs.io>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=be03295aca8fff6f30794fdb38ab1cde13c5d91a
---
 modules/gui/qt/medialibrary/qml/VideoDisplay.qml | 4 ++++
 1 file changed, 4 insertions(+)
diff --git a/modules/gui/qt/medialibrary/qml/VideoDisplay.qml b/modules/gui/qt/medialibrary/qml/VideoDisplay.qml
index 6a6d8c43a2..791b91ad1c 100644
--- a/modules/gui/qt/medialibrary/qml/VideoDisplay.qml
+++ b/modules/gui/qt/medialibrary/qml/VideoDisplay.qml
@@ -67,6 +67,10 @@ Widgets.PageLoader {
             name: "all",
             displayText: i18n.qtr("All"),
             url: "qrc:///medialibrary/VideoAllDisplay.qml"
+        }, {
+            name: "playlists",
+            displayText: i18n.qtr("Playlists"),
+            url: "qrc:///medialibrary/VideoPlaylistsDisplay.qml"
         }
     ]
 
    
    
More information about the vlc-commits
mailing list