Skip to content

Simplify parser locking

Initialize the parser from the media library constructor in order not to need to hold the lock when accessing the parser instance.

The parser will lock internally if needed.

Fix #397 (closed)

Merge request reports