cosmetics

This commit is contained in:
John Törnblom 2012-08-03 16:23:53 +02:00
parent 2e1a2f3080
commit ee83216001

View file

@ -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, '/');