diff options
author | methodus <methodus@web.de> | 2012-10-12 20:46:25 +0200 |
---|---|---|
committer | methodus <methodus@web.de> | 2012-10-12 20:46:25 +0200 |
commit | b450015b9a6c0d35c264e93fbc9bcdf92538f47a (patch) | |
tree | 8959f8d24f8a14285e8623af078beacd860d4c58 /include/plugin.h | |
parent | 9b199c2d95141de43fac33412ec3e9fc1f543e71 (diff) | |
download | vdr-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.h | 2 |
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; |