From: Jaroslav Kysela Date: Sun, 9 Aug 2015 18:44:36 +0000 (+0200) Subject: webui: compilation fix for previous patch X-Git-Tag: v4.0.6~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1fc1a6136aa520ce898e15856db112f462bd79bc;p=thirdparty%2Ftvheadend.git webui: compilation fix for previous patch --- diff --git a/src/webui/webui.c b/src/webui/webui.c index 340749631..69118d8e7 100644 --- a/src/webui/webui.c +++ b/src/webui/webui.c @@ -716,7 +716,7 @@ page_http_playlist(http_connection_t *hc, const char *remain, void *opaque) channel_tag_t *tag = NULL; if(!remain) { - http_redirect(hc, "/playlist/channels", &hc->hc_req_args); + http_redirect(hc, "/playlist/channels", &hc->hc_req_args, 0); return HTTP_STATUS_FOUND; }