From d748cc7744e89496f8187f539ac78895a19dba9f Mon Sep 17 00:00:00 2001 From: soergeld Date: Sun, 9 Aug 2020 18:56:52 +0200 Subject: [PATCH] small problem with parent composer --- beetsplug/parentwork.py | 1 + 1 file changed, 1 insertion(+) diff --git a/beetsplug/parentwork.py b/beetsplug/parentwork.py index 85f8b0839..a5e042344 100644 --- a/beetsplug/parentwork.py +++ b/beetsplug/parentwork.py @@ -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():