mirror of
https://github.com/beetbox/beets.git
synced 2026-02-08 16:34:12 +01:00
beetsplug/importadded: Add missing path kwarg to update_after_write_time()
This resolves #3301.
This commit is contained in:
parent
e64ecc2f81
commit
2b00e1de24
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ class ImportAddedPlugin(BeetsPlugin):
|
|||
util.displayable_path(item.path), item.added)
|
||||
item.store()
|
||||
|
||||
def update_after_write_time(self, item):
|
||||
def update_after_write_time(self, item, path):
|
||||
"""Update the mtime of the item's file with the item.added value
|
||||
after each write of the item if `preserve_write_mtimes` is enabled.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue