Skip to content

Commit

Permalink
Fix StrubPlugin.write_item() expected arguments
Browse files Browse the repository at this point in the history
Fix #1338.
  • Loading branch information
brunal committed Feb 24, 2015
1 parent c91e8cb commit 65a88e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beetsplug/scrub.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def _scrub(self, path):
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))
Expand Down

0 comments on commit 65a88e2

Please sign in to comment.