Repeat mpv youtube-dl failure messages in Syncplay

This commit is contained in:
Et0h 2016-01-26 23:33:26 +00:00
parent 509dfea336
commit 8334aa4682

View File

@ -94,6 +94,9 @@ class OldMpvPlayer(MpvPlayer):
elif "[ytdl_hook] Your version of youtube-dl is too old" in line:
self._client.ui.showErrorMessage(line)
elif "[ytdl_hook] youtube-dl failed" in line:
self._client.ui.showErrorMessage(line)
def _handleUnknownLine(self, line):
self.mpvVersionErrorCheck(line)
if "Playing: " in line: