mirror of https://github.com/Syncplay/syncplay
Don't send a message if VLC is not running
This commit is contained in:
parent
0a6cf7e02d
commit
38d240d135
|
@ -448,7 +448,7 @@ while running == true do
|
|||
|
||||
-- handle write mode
|
||||
|
||||
if (responsebuffer) then
|
||||
if (responsebuffer and running == true) then
|
||||
vlc.net.send( fd, responsebuffer )
|
||||
responsebuffer = ""
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue