From 98e741d9fe947c53135e9036e53ff1530c571a97 Mon Sep 17 00:00:00 2001 From: Daniel Barber Date: Fri, 6 Mar 2020 12:01:57 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9C=82=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Persephone/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Persephone/AppDelegate.swift b/Persephone/AppDelegate.swift index b097f24..bc9d4e9 100644 --- a/Persephone/AppDelegate.swift +++ b/Persephone/AppDelegate.swift @@ -23,7 +23,7 @@ class AppDelegate: NSObject, @IBOutlet weak var playSelectedSongMenuItem: NSMenuItem! @IBOutlet weak var playSelectedSongNextMenuItem: NSMenuItem! @IBOutlet weak var addSelectedSongToQueueMenuItem: NSMenuItem! - + func applicationDidFinishLaunching(_ aNotification: Notification) { mediaKeyTap = MediaKeyTap(delegate: self) mediaKeyTap?.start()