[vlc-commits] medialib: Remove outdated comment

Hugo Beauzée-Luyssen git at videolan.org
Mon Dec 16 11:53:33 CET 2019


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Fri Nov 15 11:42:32 2019 +0100| [70193a2de5c9d165bf71c622ada7f66e31800f14] | committer: Hugo Beauzée-Luyssen

medialib: Remove outdated comment

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

 modules/misc/medialibrary/medialib.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/misc/medialibrary/medialib.cpp b/modules/misc/medialibrary/medialib.cpp
index d494da82d4..d1425dd049 100644
--- a/modules/misc/medialibrary/medialib.cpp
+++ b/modules/misc/medialibrary/medialib.cpp
@@ -414,7 +414,6 @@ bool MediaLibrary::Start()
 
     auto networkFs = std::make_shared<vlc::medialibrary::SDFileSystemFactory>( VLC_OBJECT( m_vlc_ml ), "smb://");
     ml->addNetworkFileSystemFactory( networkFs );
-    // Disabled by default for now
     ml->setDiscoverNetworkEnabled( true );
 
     if ( ml->start() == false )



More information about the vlc-commits mailing list