diff options
author | chriszero <zerov83@gmail.com> | 2015-12-20 18:43:35 +0100 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-12-20 18:43:35 +0100 |
commit | 4775c62bf44ba6d757722611313f53d6dd2a0b56 (patch) | |
tree | b948261300ea449823485305b2d980504190b11d /PlexServer.h | |
parent | 516d7da6bf79c8e48d5348706faeba8ea5061984 (diff) | |
download | vdr-plugin-plex-4775c62bf44ba6d757722611313f53d6dd2a0b56.tar.gz vdr-plugin-plex-4775c62bf44ba6d757722611313f53d6dd2a0b56.tar.bz2 |
completed "secure connections" and "remote server"
support.
Diffstat (limited to 'PlexServer.h')
-rw-r--r-- | PlexServer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PlexServer.h b/PlexServer.h index 61031a0..45ef7d6 100644 --- a/PlexServer.h +++ b/PlexServer.h @@ -66,7 +66,7 @@ class PlexServer m_authToken = token; } - std::istream& MakeRequest(Poco::Net::HTTPResponse& response, std::string path, std::map<std::string, std::string> queryParameters = std::map<std::string, std::string>()); + std::istream& MakeRequest(Poco::Net::HTTPResponse& response, std::string path, const std::map<std::string, std::string>& queryParameters = std::map<std::string, std::string>()); std::string GetHost(); int GetPort(); |