mirror of
https://github.com/beetbox/beets.git
synced 2025-12-26 10:34:09 +01:00
Remove log if no art to clear
This commit is contained in:
parent
8889c4ab47
commit
95f21b6e42
1 changed files with 0 additions and 2 deletions
|
|
@ -210,8 +210,6 @@ def clear_item(item, log):
|
|||
if mediafile.MediaFile(syspath(item.path)).images:
|
||||
log.debug("Clearing art for {}", item)
|
||||
item.try_write(tags={"images": None})
|
||||
else:
|
||||
log.debug("No art to clean for {}", item)
|
||||
|
||||
|
||||
def clear(log, lib, query):
|
||||
|
|
|
|||
Loading…
Reference in a new issue