Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Commit

Permalink
Fix setting live channels
Browse files Browse the repository at this point in the history
  • Loading branch information
freaktechnik committed May 1, 2016
1 parent 60aab90 commit 0378390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/list/firefox.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ PanelList.prototype.setNonLiveDisplay = function(style) {

PanelList.prototype.addChannels = function(channels) {
channels.forEach(function(chan) {
if(chan.live.isLive()) {
if(chan.live.isLive) {
this.live.add(chan.id);
}
}, this);
Expand Down

0 comments on commit 0378390

Please sign in to comment.