diff --git a/live/img/playlist.png b/live/img/playlist.png new file mode 100644 index 00000000..c1974276 Binary files /dev/null and b/live/img/playlist.png differ diff --git a/pages/multischedule.ecpp b/pages/multischedule.ecpp index b7db3df8..fd69d445 100644 --- a/pages/multischedule.ecpp +++ b/pages/multischedule.ecpp @@ -416,6 +416,7 @@ std::vector times_start;
<$ channel_names[channel] $> <# reply.sout() automatically escapes special characters to html entities #> <& pageelems.ajax_action_href action="switch_channel" tip=(tr("Switch to this channel.")) param=(channel_IDs[channel]) image="zap.png" alt="" &> + <& pageelems.hls_channel channelId=(channel_IDs[channel]) &> <& pageelems.m3u_playlist_channel channelId=(channel_IDs[channel]) &>
  diff --git a/pages/pageelems.ecpp b/pages/pageelems.ecpp index ab9de040..36b0e315 100644 --- a/pages/pageelems.ecpp +++ b/pages/pageelems.ecpp @@ -36,7 +36,7 @@ int update_status(1); <%def logo> -