Dropping unused argument

This commit is contained in:
David 2014-10-25 16:16:32 -04:00
parent 9137b5c2f3
commit edbb97bd09

View file

@ -72,7 +72,7 @@ def update_metadata(item, feat_part, drop_feat):
item.title = new_title
def ft_in_title(item, drop_feat, write):
def ft_in_title(item, drop_feat):
"""Look for featured artists in the item's artist fields and move
them to the title.
"""