[vlc-devel] [PATCH 2/7] medialib: Remove outdated comment

Hugo Beauzée-Luyssen hugo at beauzee.fr
Thu Dec 12 15:10:51 CET 2019


---
 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 )
-- 
2.20.1



More information about the vlc-devel mailing list