Merge remote-tracking branch 'origin/pr/188'
This commit is contained in:
commit
aa838c6c05
1 changed files with 2 additions and 0 deletions
|
@ -527,6 +527,8 @@ page_http_playlist(http_connection_t *hc, const char *remain, void *opaque)
|
|||
r = http_tag_list_playlist(hc);
|
||||
else if(!strcmp(components[0], "channels"))
|
||||
r = http_channel_list_playlist(hc);
|
||||
else if(!strcmp(components[0], "channels.m3u"))
|
||||
r = http_channel_list_playlist(hc);
|
||||
else if(!strcmp(components[0], "recordings"))
|
||||
r = http_dvr_list_playlist(hc);
|
||||
else {
|
||||
|
|
Loading…
Add table
Reference in a new issue