diff --git a/Persephone/Views/AlbumItemView.swift b/Persephone/Views/AlbumItemView.swift index 06162f0..ef26fed 100644 --- a/Persephone/Views/AlbumItemView.swift +++ b/Persephone/Views/AlbumItemView.swift @@ -60,7 +60,7 @@ class AlbumItemView: NSView { } @objc func viewDidScroll(_ notification: Notification) { - viewWillScroll(notification) + hidePlayButton() } override func resize(withOldSuperviewSize oldSize: NSSize) {