mirror of
https://github.com/beetbox/beets.git
synced 2026-01-07 16:34:45 +01:00
Merge pull request #1038 from multikatt/ftintitle-arguments
Dropping unused argument introduced in #1011
This commit is contained in:
commit
2d97d18b27
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue