[vlc-commits] qml: remove uri below the file name while browsing network

Pierre Lamot git at videolan.org
Thu Feb 13 11:06:45 CET 2020


vlc | branch: master | Pierre Lamot <pierre at videolabs.io> | Mon Jan 27 12:51:00 2020 +0100| [40a80491b02751241ff2b3c77dc8208df1a4ea11] | committer: Jean-Baptiste Kempf

qml: remove uri below the file name while browsing network

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

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

diff --git a/modules/gui/qt/network/qml/NetworkBrowseDisplay.qml b/modules/gui/qt/network/qml/NetworkBrowseDisplay.qml
index de6913e140..e5d972804f 100644
--- a/modules/gui/qt/network/qml/NetworkBrowseDisplay.qml
+++ b/modules/gui/qt/network/qml/NetworkBrowseDisplay.qml
@@ -152,7 +152,7 @@ Widgets.NavigableFocusScope {
 
                 property var model: ({})
 
-                subtitle: model.mrl || ""
+                subtitle: ""
 
                 onItemClicked : {
                     delegateModel.updateSelection( modifier ,  delegateModel.currentIndex, index)



More information about the vlc-commits mailing list