Implement "pause" command to pause current track.

develop
Icedream 2015-10-21 15:37:58 +02:00
parent f368221b3b
commit 69b6deb9be
1 changed files with 3 additions and 0 deletions

View File

@ -145,6 +145,9 @@ ts3clientService.on "started", (ts3proc) =>
params = []
switch name.toLowerCase()
when "pause"
vlc.status.pause()
return
when "play"
inputBB = paramline.trim()