From ee832160013d111e3103079bff2abbad3fb0713f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20T=C3=B6rnblom?= Date: Fri, 3 Aug 2012 16:23:53 +0200 Subject: [PATCH] cosmetics --- src/webui/webui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/webui.c b/src/webui/webui.c index 1952be34..6e4909d0 100644 --- a/src/webui/webui.c +++ b/src/webui/webui.c @@ -398,7 +398,7 @@ page_http_playlist(http_connection_t *hc, const char *remain, void *opaque) if(!remain) { http_redirect(hc, "/playlist/channels"); - return 302; + return HTTP_STATUS_FOUND; } nc = http_tokenize((char *)remain, components, 2, '/');