mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
Log notification
This commit is contained in:
parent
4f3a228a23
commit
0fcea289f7
1 changed files with 1 additions and 0 deletions
|
|
@ -210,6 +210,7 @@ class IPFSPlugin(BeetsPlugin):
|
||||||
item.path = ''
|
item.path = ''
|
||||||
tmplib.add(item)
|
tmplib.add(item)
|
||||||
album.artpath = ''
|
album.artpath = ''
|
||||||
|
self._log.info("Adding '{0}' to temporary library", album)
|
||||||
tmplib.add(album)
|
tmplib.add(album)
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
pass
|
pass
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue