From a2d763b745466d0f4d0a95b550e9df038ae59ff2 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sun, 9 Nov 2014 19:21:09 -0800 Subject: [PATCH] Fix ftintitle auto permanence (#485) Oops. Plugins need to store to the database. --- beetsplug/ftintitle.py | 1 + 1 file changed, 1 insertion(+) diff --git a/beetsplug/ftintitle.py b/beetsplug/ftintitle.py index f515a1587..5de16f69a 100644 --- a/beetsplug/ftintitle.py +++ b/beetsplug/ftintitle.py @@ -160,3 +160,4 @@ class FtInTitlePlugin(BeetsPlugin): for item in task.imported_items(): ft_in_title(item, drop_feat) + item.store()