From a663315013d4fe8d99f5a28113fd48877cb265ce Mon Sep 17 00:00:00 2001 From: Daniel Barber Date: Sun, 16 Feb 2020 12:50:56 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Persephone/MPDClient/Extensions/MPDClient+Command.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Persephone/MPDClient/Extensions/MPDClient+Command.swift b/Persephone/MPDClient/Extensions/MPDClient+Command.swift index 67bab1f..f394737 100644 --- a/Persephone/MPDClient/Extensions/MPDClient+Command.swift +++ b/Persephone/MPDClient/Extensions/MPDClient+Command.swift @@ -154,6 +154,7 @@ extension MPDClient { self.idle(forceIdle) } + commandOperation.queuePriority = priority commandQueue.addOperation(commandOperation) }