Respond to "current" command properly, not just via channel chat.

develop
Icedream 2015-11-06 23:18:22 +01:00
parent 7160acee75
commit d1fe5f4d36
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ ts3clientService.on "started", (ts3proc) =>
info = vlcMediaInfo[item.mrl]
url = info?.originalUrl or item.mrl
title = info?.title or item.mrl
ts3query?.sendtextmessage 2, 0, "Currently playing [URL=#{url}]#{title}[/URL]."
ts3query?.sendtextmessage args.targetmode, invoker.id, "Currently playing [URL=#{url}]#{title}[/URL]."
# Restore audio volume
vlc.audio.volume = vlcVolume