Skip to content

Commit

Permalink
Fix ftintitle auto permanence (#485)
Browse files Browse the repository at this point in the history
Oops. Plugins need to store to the database.
  • Loading branch information
sampsyo committed Nov 10, 2014
1 parent d77ac45 commit a2d763b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions beetsplug/ftintitle.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,4 @@ def imported(self, session, task):

for item in task.imported_items():
ft_in_title(item, drop_feat)
item.store()

0 comments on commit a2d763b

Please sign in to comment.