Skip to content

Commit

Permalink
NonAlbumTrack: fix genres on refresh, clear genres before loading
Browse files Browse the repository at this point in the history
  • Loading branch information
zas authored and phw committed Apr 30, 2024
1 parent fe8f8e3 commit c16a831
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions picard/track.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ def column(self, column):

def load(self, priority=False, refresh=False):
self.metadata.copy(self.album.metadata, copy_images=False)
self.genres.clear()
self.status = _("[loading recording information]")
self.clear_errors()
self.loaded = False
Expand Down

0 comments on commit c16a831

Please sign in to comment.