mirror of https://github.com/icedream/ts3bot.git
Wait for VLC to stop playback on demand.
parent
7890e22723
commit
4bfc0cabf4
3
app.iced
3
app.iced
|
@ -191,7 +191,8 @@ ts3clientService.on "started", (ts3proc) =>
|
|||
|
||||
ts3query.sendtextmessage args.targetmode, invoker.id, "Now playing [URL=#{input}]#{info.title}[/URL]."
|
||||
when "stop"
|
||||
vlc.status.stop()
|
||||
await vlc.status.stop defer(err)
|
||||
|
||||
vlc.status.empty()
|
||||
|
||||
ts3query.sendtextmessage args.targetmode, invoker.id, "Stopped playback."
|
||||
|
|
Loading…
Reference in New Issue