mirror of
https://github.com/beetbox/beets.git
synced 2025-12-10 02:22:25 +01:00
fix storing of genres after item import
This commit is contained in:
parent
064a0432f1
commit
1e88b9ea8d
1 changed files with 1 additions and 1 deletions
|
|
@ -110,5 +110,5 @@ def item_imported(lib, item):
|
|||
if genre:
|
||||
log.debug(u'adding last.fm item genre: %s' % genre)
|
||||
item.genre = genre
|
||||
lib.store(item)
|
||||
lib.save()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue