mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-01 23:35:55 +00:00
Fix protected content error on GFE 3.22+
This commit is contained in:
parent
483a601867
commit
26ee1aee25
@ -97,6 +97,7 @@ void Session::clConnectionTerminated(int errorCode)
|
|||||||
emit s_ActiveSession->displayLaunchError(tr("Your network connection isn't performing well. Reduce your video bitrate setting or try a faster connection."));
|
emit s_ActiveSession->displayLaunchError(tr("Your network connection isn't performing well. Reduce your video bitrate setting or try a faster connection."));
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case ML_ERROR_PROTECTED_CONTENT:
|
||||||
case ML_ERROR_UNEXPECTED_EARLY_TERMINATION:
|
case ML_ERROR_UNEXPECTED_EARLY_TERMINATION:
|
||||||
s_ActiveSession->m_UnexpectedTermination = true;
|
s_ActiveSession->m_UnexpectedTermination = true;
|
||||||
emit s_ActiveSession->displayLaunchError(tr("Something went wrong on your host PC when starting the stream.") + "\n\n" +
|
emit s_ActiveSession->displayLaunchError(tr("Something went wrong on your host PC when starting the stream.") + "\n\n" +
|
||||||
|
Loading…
x
Reference in New Issue
Block a user