Fix ftintitle auto permanence (#485)

Oops. Plugins need to store to the database.
This commit is contained in:
Adrian Sampson 2014-11-09 19:21:09 -08:00
parent d77ac45fef
commit a2d763b745

View file

@ -160,3 +160,4 @@ class FtInTitlePlugin(BeetsPlugin):
for item in task.imported_items():
ft_in_title(item, drop_feat)
item.store()