webui: add initial support for nStreamPlayer on Samsung SmartTv's
This commit is contained in:
parent
dd379084c0
commit
a822ed13b7
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