mirror of
https://github.com/beetbox/beets.git
synced 2025-12-29 20:12:33 +01:00
Initialize feat_part as None
This commit is contained in:
parent
8f41818434
commit
e71c464c14
1 changed files with 2 additions and 0 deletions
|
|
@ -118,6 +118,8 @@ def ft_in_title(item, drop_feat, loglevel=logging.DEBUG):
|
|||
if featured and albumartist != artist and albumartist:
|
||||
log.log(loglevel, displayable_path(item.path))
|
||||
|
||||
feat_part = None
|
||||
|
||||
# Attempt to find the featured artist
|
||||
try:
|
||||
feat_part = find_feat_part(artist, albumartist)
|
||||
|
|
|
|||
Loading…
Reference in a new issue