mirror of
https://github.com/beetbox/beets.git
synced 2026-01-30 20:13:37 +01:00
fixing parentwork but no parent composer
This commit is contained in:
parent
a10ad548c9
commit
feafc66f96
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ class ParentWorkPlugin(BeetsPlugin):
|
|||
|
||||
self._log.debug("Finished searching work for: " +
|
||||
item.artist + ' - ' + item.title)
|
||||
if parent_info['parent_composer']:
|
||||
if hasattr(item, 'parentwork'):
|
||||
self._log.debug("Work fetched: " + parent_info['parentwork'] +
|
||||
' - ' + parent_info['parent_composer'])
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in a new issue