mirror of
https://github.com/Syncplay/syncplay
synced 2024-12-15 11:24:49 +00:00
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:
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user