post process ordering to make fixtures happy
This commit is contained in:
parent
acdcd4c3c2
commit
21dfae499e
1 changed files with 5 additions and 0 deletions
|
|
@ -68,6 +68,11 @@ class PluginMapping:
|
||||||
]
|
]
|
||||||
|
|
||||||
_ORDER_POST_PROCESS: List[Type[Plugin]] = [
|
_ORDER_POST_PROCESS: List[Type[Plugin]] = [
|
||||||
|
AudioExtractPlugin,
|
||||||
|
MusicTagsPlugin,
|
||||||
|
VideoTagsPlugin,
|
||||||
|
NfoTagsPlugin,
|
||||||
|
FileConvertPlugin,
|
||||||
EmbedThumbnailPlugin,
|
EmbedThumbnailPlugin,
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue