diff options
author | methodus <methodus@web.de> | 2012-10-09 12:08:40 +0200 |
---|---|---|
committer | methodus <methodus@web.de> | 2012-10-09 12:08:40 +0200 |
commit | 8dd19bbd0112564d76c35ff2b208e0e29d2bf6ac (patch) | |
tree | 30d27dac35e5ee76c8e7d8f53eb3b61ca06471ab /include | |
parent | 14ed7bbd4d5ebbfd83d39af16d2185432d63a808 (diff) | |
download | vdr-plugin-upnp-8dd19bbd0112564d76c35ff2b208e0e29d2bf6ac.tar.gz vdr-plugin-upnp-8dd19bbd0112564d76c35ff2b208e0e29d2bf6ac.tar.bz2 |
First attempts to get live-TV working. Not yet successful.
Diffstat (limited to 'include')
-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 c30ce2b..cd24e91 100644 --- a/include/plugin.h +++ b/include/plugin.h @@ -348,7 +348,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 = string()); + virtual string GetHTTPUri(const string& uri, const string& currentIP); virtual bool Seekable() const; |