mirror of
https://github.com/beetbox/beets.git
synced 2025-12-12 19:42:23 +01:00
qbugfix
This commit is contained in:
parent
936fdc303d
commit
f83e9fb8bb
1 changed files with 1 additions and 0 deletions
|
|
@ -305,6 +305,7 @@ class LastGenrePlugin(plugins.BeetsPlugin):
|
|||
write = config['import']['write'].get(bool)
|
||||
force = opts.force
|
||||
self._set_sources(opts.source)
|
||||
fallback_str = self.config['fallback'].get()
|
||||
for album in lib.albums(ui.decargs(args)):
|
||||
album.genre, src = self._get_album_genre(album, force, fallback_str)
|
||||
if opts.verbose:
|
||||
|
|
|
|||
Loading…
Reference in a new issue