Skip to content

Commit

Permalink
Have convert plugin run early in the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
autrimpo committed Feb 19, 2018
1 parent fc8da87 commit 3a15d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beetsplug/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def __init__(self):
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)

Expand Down

0 comments on commit 3a15d3c

Please sign in to comment.