We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aac731 commit a4a5890Copy full SHA for a4a5890
beetsplug/lastgenre/__init__.py
@@ -470,6 +470,8 @@ def _fetch_and_log_genre(self, obj: LibModel) -> None:
470
obj.genre, label = self._get_genre(obj)
471
self._log.info("Resolved ({}): {}", label, obj.genre)
472
473
+ ui.show_model_changes(obj, fields=["genre"])
474
+
475
@singledispatchmethod
476
def _process(self, obj: LibModel, write: bool) -> None:
477
"""Process an object, dispatching to the appropriate method."""
0 commit comments