post process ordering to make fixtures happy

This commit is contained in:
Jesse Bannon 2023-12-12 18:18:38 -08:00
parent acdcd4c3c2
commit 21dfae499e

View file

@ -68,6 +68,11 @@ class PluginMapping:
]
_ORDER_POST_PROCESS: List[Type[Plugin]] = [
AudioExtractPlugin,
MusicTagsPlugin,
VideoTagsPlugin,
NfoTagsPlugin,
FileConvertPlugin,
EmbedThumbnailPlugin,
]