summaryrefslogtreecommitdiff
path: root/PlexServer.h
diff options
context:
space:
mode:
authorchriszero <zerov83@gmail.com>2015-12-22 20:29:57 +0100
committerchriszero <zerov83@gmail.com>2015-12-22 20:29:57 +0100
commit78eff7c58f9913bdc7dcad71370160261614aeaa (patch)
treea923453f6af5f94e008328763cf9d0301a9faab8 /PlexServer.h
parent2a112bcf6f15603d46ab904eabb13bd8ee062a91 (diff)
downloadvdr-plugin-plex-78eff7c58f9913bdc7dcad71370160261614aeaa.tar.gz
vdr-plugin-plex-78eff7c58f9913bdc7dcad71370160261614aeaa.tar.bz2
Some fixes
Diffstat (limited to 'PlexServer.h')
-rw-r--r--PlexServer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/PlexServer.h b/PlexServer.h
index 45ef7d6..0363343 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, const std::map<std::string, std::string>& queryParameters = std::map<std::string, std::string>());
+ std::istream& MakeRequest(Poco::Net::HTTPResponse& response, bool& ok, std::string path, const std::map<std::string, std::string>& queryParameters = std::map<std::string, std::string>());
std::string GetHost();
int GetPort();