Repeat mpv youtube-dl failure messages in Syncplay
This commit is contained in:
parent
509dfea336
commit
8334aa4682
@ -94,6 +94,9 @@ class OldMpvPlayer(MpvPlayer):
|
|||||||
elif "[ytdl_hook] Your version of youtube-dl is too old" in line:
|
elif "[ytdl_hook] Your version of youtube-dl is too old" in line:
|
||||||
self._client.ui.showErrorMessage(line)
|
self._client.ui.showErrorMessage(line)
|
||||||
|
|
||||||
|
elif "[ytdl_hook] youtube-dl failed" in line:
|
||||||
|
self._client.ui.showErrorMessage(line)
|
||||||
|
|
||||||
def _handleUnknownLine(self, line):
|
def _handleUnknownLine(self, line):
|
||||||
self.mpvVersionErrorCheck(line)
|
self.mpvVersionErrorCheck(line)
|
||||||
if "Playing: " in line:
|
if "Playing: " in line:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user