mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-19 14:13:58 +00:00
PICARD-2548: Trigger cover art box update for selected albums after loading
This commit is contained in:
@@ -524,6 +524,7 @@ class Album(DataObject, Item):
|
||||
self._after_load_callbacks = []
|
||||
if self.item.isSelected():
|
||||
self.tagger.window.refresh_metadatabox()
|
||||
self.tagger.window.cover_art_box.update_metadata()
|
||||
|
||||
def _finalize_loading(self, error):
|
||||
if self.loaded:
|
||||
|
||||
Reference in New Issue
Block a user