From edbb97bd09451a74aa620f37019d09cb71b7aebe Mon Sep 17 00:00:00 2001 From: David Date: Sat, 25 Oct 2014 16:16:32 -0400 Subject: [PATCH] Dropping unused argument --- beetsplug/ftintitle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beetsplug/ftintitle.py b/beetsplug/ftintitle.py index 8a92d20df..1f42ba49c 100644 --- a/beetsplug/ftintitle.py +++ b/beetsplug/ftintitle.py @@ -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. """