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

Commit

Permalink
Update unused module \o/
Browse files Browse the repository at this point in the history
  • Loading branch information
freaktechnik committed May 1, 2016
1 parent 0378390 commit 2bcc4ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/list/fennec.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ PanelList.prototype.setNonLiveDisplay = function(style) {

PanelList.prototype.addChannels = function(channels) {
channels.forEach(function(channel) {
if(channel.live) {
if(channel.live.isLive) {
this.liveChannels.push(channel);
this.section.addData(this.getItemFromChannel(channel));
}
Expand Down

0 comments on commit 2bcc4ed

Please sign in to comment.