Initialize feat_part as None

This commit is contained in:
Marc Addeo 2014-12-28 21:27:58 -05:00
parent 8f41818434
commit e71c464c14

View file

@ -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)