mirror of
https://github.com/danbee/persephone
synced 2025-03-04 08:39:11 +00:00
🔪
This commit is contained in:
parent
1f5eb99674
commit
043659ff1c
@ -33,7 +33,7 @@ extension QueueViewController: NSOutlineViewDelegate {
|
||||
}
|
||||
|
||||
func cellForSongCover(_ outlineView: NSOutlineView, with queueItem: QueueItem) -> NSView {
|
||||
let cellView = outlineView.makeView(
|
||||
let cellView = outlineView.makeView(
|
||||
withIdentifier: .queueSongCover,
|
||||
owner: self
|
||||
) as! QueueSongCoverView
|
||||
|
||||
Loading…
Reference in New Issue
Block a user