Don't follow VLC Lua error with connection error
This commit is contained in:
parent
89e98282af
commit
a1de7e63ef
@ -234,7 +234,6 @@ class VlcPlayer(BasePlayer):
|
||||
break
|
||||
elif "lua interface error" in line:
|
||||
playerController._client.ui.showErrorMessage(getMessage("en", "vlc-error-echo").format(line), True)
|
||||
playerController._client.ui.showErrorMessage(getMessage("en", "vlc-failed-connection"), True)
|
||||
break
|
||||
threading.Thread.__init__(self, name="VLC Listener")
|
||||
asynchat.async_chat.__init__(self)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user