diff options
Diffstat (limited to 'PlexServer.cpp')
-rw-r--r-- | PlexServer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PlexServer.cpp b/PlexServer.cpp index 70fc1b7..6b3f0ae 100644 --- a/PlexServer.cpp +++ b/PlexServer.cpp @@ -14,6 +14,7 @@ void PlexServer::ParseData(std::string data, std::string ip) m_sIpAddress = ip; std::istringstream f(data); std::string s; + Offline = false; while(std::getline(f, s)) { int pos = s.find(':'); if(pos > 0) { |