]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
webui: compilation fix for previous patch
authorJaroslav Kysela <perex@perex.cz>
Sun, 9 Aug 2015 18:44:36 +0000 (20:44 +0200)
committerJaroslav Kysela <perex@perex.cz>
Sun, 9 Aug 2015 18:44:36 +0000 (20:44 +0200)
src/webui/webui.c

index 3407496319a4d0b7bd26be89896fc72933100c8d..69118d8e7f07d7b1b6f94dc432b639ba63aa04d4 100644 (file)
@@ -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;
   }