Skip to content

Commit

Permalink
Try writing genres
Browse files Browse the repository at this point in the history
  • Loading branch information
jcazevedo committed Oct 22, 2014
1 parent 1036476 commit 6fce7b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions beetsplug/rymgenre/__init__.py
Expand Up @@ -137,6 +137,7 @@ def rymgenre_func(lib, opts, args):
for item in album.items():
item.genre = genres
item.store()
item.try_write()

rymgenre_cmd.func = rymgenre_func
return [rymgenre_cmd]

0 comments on commit 6fce7b3

Please sign in to comment.