From a822ed13b7b90d3817e30e9d598ec0c479263d05 Mon Sep 17 00:00:00 2001 From: KillerOPS Date: Wed, 26 Dec 2012 12:26:15 +0200 Subject: [PATCH] webui: add initial support for nStreamPlayer on Samsung SmartTv's --- src/webui/webui.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/webui/webui.c b/src/webui/webui.c index fbd0416f..b4790379 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 {