Merge pull request #1038 from multikatt/ftintitle-arguments

Dropping unused argument introduced in #1011
This commit is contained in:
Adrian Sampson 2014-10-25 13:40:18 -07:00
commit 2d97d18b27

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.
"""