Skip to content
Snippets Groups Projects
Commit 88167ddf authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen
Browse files

Library: Slightly increase medialibrary's log level

parent 5f9be8ac
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,7 @@ Library::Library( Settings* vlmcSettings, Settings *projectSettings )
{
// Setting up the external media library
m_ml.reset( NewMediaLibrary() );
m_ml->setVerbosity( medialibrary::LogLevel::Warning );
m_videoModel = new MediaLibraryModel( *m_ml, medialibrary::IMedia::Type::VideoType, this );
m_audioModel = new MediaLibraryModel( *m_ml, medialibrary::IMedia::Type::AudioType, this );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment