From 5e66aee4ddfc27db241099099a0137cd634a3926 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Fri, 19 Feb 2016 12:15:46 -0500 Subject: [PATCH] Update hardcoded server major version to 5 for testing --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 1245725..d7efece 100644 --- a/main.cpp +++ b/main.cpp @@ -171,7 +171,7 @@ void MoonlightInstance::handleStartStream(std::string startStreamMessage) { m_StreamConfig.streamingRemotely = 0; m_StreamConfig.audioConfiguration = AUDIO_CONFIGURATION_STEREO; - m_ServerMajorVersion = 4; + m_ServerMajorVersion = 5; // Store the host from the start message m_Host = splitString.at(1);