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-03-07 18:37:22 -05:00
parent a928cc840d
commit 44f6b7cd81
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8
2 changed files with 0 additions and 3 deletions

View File

@ -39,7 +39,6 @@ class QueueViewController: NSViewController {
App.store.unsubscribe(self) App.store.unsubscribe(self)
} }
@objc func didConnect() { @objc func didConnect() {
App.mpdClient.fetchQueue() App.mpdClient.fetchQueue()
} }

View File

@ -161,8 +161,6 @@ class WindowController: NSWindowController {
alert.alertStyle = error.recovered ? .warning : .critical alert.alertStyle = error.recovered ? .warning : .critical
print(error.mpdError)
switch error.mpdError { switch error.mpdError {
case MPD_ERROR_MALFORMED, case MPD_ERROR_MALFORMED,
MPD_ERROR_ARGUMENT: MPD_ERROR_ARGUMENT: