From 8dd19bbd0112564d76c35ff2b208e0e29d2bf6ac Mon Sep 17 00:00:00 2001 From: methodus Date: Tue, 9 Oct 2012 12:08:40 +0200 Subject: First attempts to get live-TV working. Not yet successful. --- include/plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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; -- cgit v1.2.3