]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
webui: add initial support for nStreamPlayer on Samsung SmartTv's 188/head
authorKillerOPS <killerops@gmail.com>
Wed, 26 Dec 2012 10:26:15 +0000 (12:26 +0200)
committerKillerOPS <killerops@gmail.com>
Wed, 26 Dec 2012 10:26:15 +0000 (12:26 +0200)
src/webui/webui.c

index fbd0416f2fa47d895b86c2ae2f5de4939bbf1249..b4790379187cd826e69870b6f1beed2d05de6056 100644 (file)
@@ -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 {