mirror of
https://github.com/beetbox/beets.git
synced 2026-01-30 03:54:21 +01:00
Update beetsplug/lastgenre/__init__.py
Co-authored-by: Šarūnas Nejus <snejus@protonmail.com>
This commit is contained in:
parent
5e6dd674a9
commit
0be4cecf82
1 changed files with 1 additions and 1 deletions
|
|
@ -553,7 +553,7 @@ class LastGenrePlugin(plugins.BeetsPlugin):
|
|||
if "track" in self.sources:
|
||||
item_genre, src = self._get_genre(item)
|
||||
self._log.info(
|
||||
'genre for track "{0.title}" ({1}): {}',
|
||||
'genre for track "{.title}" ({}): {}',
|
||||
item,
|
||||
src,
|
||||
item_genre,
|
||||
|
|
|
|||
Loading…
Reference in a new issue