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

Commit

Permalink
try to fix #154
Browse files Browse the repository at this point in the history
  • Loading branch information
freaktechnik committed May 4, 2016
1 parent 470b91c commit c5f97d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/providers/twitch.js
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ const Twitch = newClass({
});
}
else {
if(chan.live.state <= LiveState.LIVE)
if(chan.live.state != LiveState.REBROADCAST)
chan.live.setLive(false);

return Promise.resolve(chan);
Expand Down

0 comments on commit c5f97d7

Please sign in to comment.