mirror of
https://github.com/beetbox/beets.git
synced 2026-02-25 00:32:50 +01:00
Fix ftintitle auto permanence (#485)
Oops. Plugins need to store to the database.
This commit is contained in:
parent
d77ac45fef
commit
a2d763b745
1 changed files with 1 additions and 0 deletions
|
|
@ -160,3 +160,4 @@ class FtInTitlePlugin(BeetsPlugin):
|
|||
|
||||
for item in task.imported_items():
|
||||
ft_in_title(item, drop_feat)
|
||||
item.store()
|
||||
|
|
|
|||
Loading…
Reference in a new issue