mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 16:42:42 +01:00
parent
c91e8cb782
commit
65a88e2bf4
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ class ScrubPlugin(BeetsPlugin):
|
|||
self._log.error(u'could not scrub {0}: {1}',
|
||||
util.displayable_path(path), exc)
|
||||
|
||||
def write_item(self, path):
|
||||
def write_item(self, item, path, tags):
|
||||
"""Automatically embed art into imported albums."""
|
||||
if not scrubbing and self.config['auto']:
|
||||
self._log.debug(u'auto-scrubbing {0}', util.displayable_path(path))
|
||||
|
|
|
|||
Loading…
Reference in a new issue