diff --git a/Persephone/Controllers/QueueViewController.swift b/Persephone/Controllers/QueueViewController.swift index df78d97..cd09b36 100644 --- a/Persephone/Controllers/QueueViewController.swift +++ b/Persephone/Controllers/QueueViewController.swift @@ -194,7 +194,7 @@ class QueueViewController: NSViewController, NSOutlineViewDataSource, NSOutlineV selectionIndexesForProposedSelection proposedSelectionIndexes: IndexSet ) -> IndexSet { if proposedSelectionIndexes.contains(0) { - return IndexSet.init() + return IndexSet() } else { return proposedSelectionIndexes }