diff --git a/Persephone/Components/Queue/QueueViewController.swift b/Persephone/Components/Queue/QueueViewController.swift index e34c73a..23d4905 100644 --- a/Persephone/Components/Queue/QueueViewController.swift +++ b/Persephone/Components/Queue/QueueViewController.swift @@ -29,6 +29,9 @@ class QueueViewController: NSViewController { queueView.columnAutoresizingStyle = .sequentialColumnAutoresizingStyle queueView.registerForDraggedTypes([.songPasteboardType, .albumPasteboardType]) queueView.draggingDestinationFeedbackStyle = .regular + + queueCoverArtImage.wantsLayer = true + queueCoverArtImage.layer?.backgroundColor = CGColor.black } deinit {