mirror of
https://github.com/beetbox/beets.git
synced 2026-01-04 06:53:27 +01:00
fix typo
This commit is contained in:
parent
a6ae5c4a4f
commit
704259b459
1 changed files with 1 additions and 1 deletions
|
|
@ -249,7 +249,7 @@ def fingerprint_item(item, lib=None, write=False):
|
|||
util.displayable_path(item.path)
|
||||
))
|
||||
return item.acoustid_fingerprint
|
||||
log.info(u'{0}: skipping. fingerprint exsists'.format(
|
||||
log.info(u'{0}: skipping. fingerprint exists'.format(
|
||||
util.displayable_path(item.path)
|
||||
))
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in a new issue