From 69b6deb9be2c1ca9f390059630c366d37a05e1d4 Mon Sep 17 00:00:00 2001 From: icedream Date: Wed, 21 Oct 2015 15:37:58 +0200 Subject: [PATCH] Implement "pause" command to pause current track. --- app.iced | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app.iced b/app.iced index 3818f98..5ec734f 100644 --- a/app.iced +++ b/app.iced @@ -145,6 +145,9 @@ ts3clientService.on "started", (ts3proc) => params = [] switch name.toLowerCase() + when "pause" + vlc.status.pause() + return when "play" inputBB = paramline.trim()