mirror of
https://github.com/Syncplay/syncplay
synced 2025-03-18 08:33:29 +00:00
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
Block a user