Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
medialibrary
Commits
c1c86b05
Commit
c1c86b05
authored
Oct 07, 2015
by
Hugo Beauzée-Luyssen
Browse files
MediaLibrary: temporarily disable metadata parsing
Until our sqlite race condition is fixed
parent
8b3dfd26
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/MediaLibrary.cpp
View file @
c1c86b05
...
...
@@ -203,7 +203,7 @@ FilePtr MediaLibrary::addFile( const std::string& path, FolderPtr parentFolder )
LOG_INFO
(
"Adding "
,
file
->
name
()
);
if
(
m_callback
!=
nullptr
)
m_callback
->
onFileAdded
(
fptr
);
m_parser
->
parse
(
fptr
,
m_callback
);
//
m_parser->parse( fptr, m_callback );
return
fptr
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment