Don't follow VLC Lua error with connection error

This commit is contained in:
Etoh 2013-08-08 13:59:16 +01:00
parent 89e98282af
commit a1de7e63ef

View File

@ -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)