diff options
Diffstat (limited to 'PlexServer.cpp')
-rw-r--r-- | PlexServer.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/PlexServer.cpp b/PlexServer.cpp index b413d7d..70fc1b7 100644 --- a/PlexServer.cpp +++ b/PlexServer.cpp @@ -6,6 +6,11 @@ namespace plexclient PlexServer::PlexServer(std::string data, std::string ip) { + ParseData(data, ip); +} + +void PlexServer::ParseData(std::string data, std::string ip) +{ m_sIpAddress = ip; std::istringstream f(data); std::string s; |