mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
small problem with parent composer
This commit is contained in:
parent
76ca0549a9
commit
d748cc7744
1 changed files with 1 additions and 0 deletions
|
|
@ -129,6 +129,7 @@ class ParentWorkPlugin(BeetsPlugin):
|
|||
if 'artist-relation-list' in work_info['work']:
|
||||
for artist in work_info['work']['artist-relation-list']:
|
||||
if artist['type'] == 'composer':
|
||||
composer_exists = True
|
||||
parent_composer.append(artist['artist']['name'])
|
||||
parent_composer_sort.append(artist['artist']['sort-name'])
|
||||
if 'end' in artist.keys():
|
||||
|
|
|
|||
Loading…
Reference in a new issue