From fe418b946ee8e2c4fd62c86c36ec8059fb5c57c3 Mon Sep 17 00:00:00 2001 From: soergeld Date: Thu, 14 May 2020 22:40:37 +0200 Subject: [PATCH] forgot one mb_workid_current occurence --- beetsplug/parentwork.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beetsplug/parentwork.py b/beetsplug/parentwork.py index 781485ba4..dea7ba040 100644 --- a/beetsplug/parentwork.py +++ b/beetsplug/parentwork.py @@ -175,7 +175,7 @@ add one at https://musicbrainz.org/recording/{}', item, item.mb_trackid) hasparent = hasattr(item, 'parentwork') work_changed = True if hasattr(item, 'parentwork_workid_current'): - work_changed = item.mb_workid_current != item.mb_workid + work_changed = item.parentwork_workid_current != item.mb_workid if force or not hasparent or work_changed: try: work_info, work_date = find_parentwork_info(item.mb_workid)