mirror of
https://github.com/beetbox/beets.git
synced 2026-01-15 04:34:23 +01:00
Have convert plugin run early in the pipeline
This commit is contained in:
parent
b140f249c1
commit
d4625bced0
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ class ConvertPlugin(BeetsPlugin):
|
|||
u'copy_album_art': False,
|
||||
u'album_art_maxwidth': 0,
|
||||
})
|
||||
self.import_stages = [self.auto_convert]
|
||||
self.early_import_stages = [self.auto_convert]
|
||||
|
||||
self.register_listener('import_task_files', self._cleanup)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue