diff --git a/Persephone/Components/Browser/Album Browser/AlbumViewItem.swift b/Persephone/Components/Browser/Album Browser/AlbumViewItem.swift index e8cfa31..4d1b357 100644 --- a/Persephone/Components/Browser/Album Browser/AlbumViewItem.swift +++ b/Persephone/Components/Browser/Album Browser/AlbumViewItem.swift @@ -44,6 +44,7 @@ class AlbumViewItem: NSCollectionViewItem { override func prepareForReuse() { super.prepareForReuse() + albumCoverView.image = .defaultCoverArt AlbumDetailView.popover.close() }