1
1
mirror of https://github.com/danbee/persephone synced 2025-03-04 08:39:11 +00:00
This commit is contained in:
Daniel Barber 2020-01-26 21:19:08 -05:00
parent 1f5eb99674
commit 043659ff1c
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -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