cosmetics
This commit is contained in:
parent
2e1a2f3080
commit
ee83216001
1 changed files with 1 additions and 1 deletions
|
@ -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, '/');
|
||||
|
|
Loading…
Add table
Reference in a new issue