From: KillerOPS Date: Wed, 26 Dec 2012 10:26:15 +0000 (+0200) Subject: webui: add initial support for nStreamPlayer on Samsung SmartTv's X-Git-Tag: v3.5~218^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a822ed13b7b90d3817e30e9d598ec0c479263d05;p=thirdparty%2Ftvheadend.git webui: add initial support for nStreamPlayer on Samsung SmartTv's --- diff --git a/src/webui/webui.c b/src/webui/webui.c index fbd0416f2..b47903791 100644 --- a/src/webui/webui.c +++ b/src/webui/webui.c @@ -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 {