summaryrefslogtreecommitdiff
path: root/httpresource.c
diff options
context:
space:
mode:
Diffstat (limited to 'httpresource.c')
-rwxr-xr-xhttpresource.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/httpresource.c b/httpresource.c
index f273f6a..b6f6d06 100755
--- a/httpresource.c
+++ b/httpresource.c
@@ -426,6 +426,12 @@ int cHttpResource::processRequest() {
return OKAY;
}
+ if (mPath.compare("/mp4covr") == 0) {
+ mResponse = new cResponseMemBlk(this);
+ ((cResponseMemBlk*)mResponse)->sendMp4Covr();
+ return OKAY;
+ }
+
if (mPath.compare("/widget.conf") == 0) {
mPath = mFactory->getConfigDir() + "/widget.conf";