mirror of
https://github.com/beetbox/beets.git
synced 2025-12-29 20:12:33 +01:00
Merge pull request #3590 from dosoe/beet_update_parentwork
forgot one mb_workid_current occurence
This commit is contained in:
commit
9254beb14c
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue