]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
cosmetics
authorJohn Törnblom <john.tornblom@gmail.com>
Thu, 6 Jan 2011 17:42:24 +0000 (18:42 +0100)
committerJohn Törnblom <john.tornblom@gmail.com>
Fri, 4 Feb 2011 14:59:26 +0000 (15:59 +0100)
src/webui/static/app/tvheadend.js

index 688f7203fcb115e3f4d8f262807a49d39c0bdaa7..bc5af0858f7ac28517a13dfaf6bf160be1167209 100644 (file)
@@ -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') {