mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
Fix postadd file type plugins not being called
This commit is contained in:
parent
8a61e16244
commit
24ca02f569
@ -115,6 +115,7 @@ def reread_filetype_plugins():
|
||||
global _on_postimport
|
||||
global _on_preprocess
|
||||
global _on_postprocess
|
||||
global _on_postadd
|
||||
_on_import = defaultdict(list)
|
||||
_on_postimport = defaultdict(list)
|
||||
_on_preprocess = defaultdict(list)
|
||||
|
Loading…
x
Reference in New Issue
Block a user