From: John Törnblom Date: Thu, 6 Jan 2011 17:42:24 +0000 (+0100) Subject: cosmetics X-Git-Tag: 2.99~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d107748b91bce66268f1993415d3d208b8f5ca99;p=thirdparty%2Ftvheadend.git cosmetics --- diff --git a/src/webui/static/app/tvheadend.js b/src/webui/static/app/tvheadend.js index 688f7203f..bc5af0858 100644 --- a/src/webui/static/app/tvheadend.js +++ b/src/webui/static/app/tvheadend.js @@ -63,9 +63,10 @@ tvheadend.VLC = function(url) { selectChannel.on('select', function(c, r) { var url = 'stream/channelid/' + r.data.chid; var playlist = 'playlist/channelid/' + r.data.chid; + var chName = r.data.name; if (!chName.length) { - chName = 'the channel'; + chName = 'the stream'; } if(!vlc.playlist || vlc.playlist == 'undefined') {