summaryrefslogtreecommitdiff
path: root/include/plugin.h
diff options
context:
space:
mode:
authormethodus <methodus@web.de>2012-10-12 20:46:25 +0200
committermethodus <methodus@web.de>2012-10-12 20:46:25 +0200
commitb450015b9a6c0d35c264e93fbc9bcdf92538f47a (patch)
tree8959f8d24f8a14285e8623af078beacd860d4c58 /include/plugin.h
parent9b199c2d95141de43fac33412ec3e9fc1f543e71 (diff)
downloadvdr-plugin-upnp-b450015b9a6c0d35c264e93fbc9bcdf92538f47a.tar.gz
vdr-plugin-upnp-b450015b9a6c0d35c264e93fbc9bcdf92538f47a.tar.bz2
Fixed some minor issues. Added current event from schedule to channel details.
Diffstat (limited to 'include/plugin.h')
-rw-r--r--include/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/plugin.h b/include/plugin.h
index 6749336..d267bcd 100644
--- a/include/plugin.h
+++ b/include/plugin.h
@@ -374,7 +374,7 @@ public:
* The implementor of a resource provider MUST either implement
* this function or the file access methods below.
*/
- virtual string GetHTTPUri(const string& uri, const string& currentIP);
+ virtual string GetHTTPUri(const string& uri, const string& currentIP, const string& protocolInfo);
virtual bool Seekable() const;