Skip to content
This repository was archived by the owner on Sep 16, 2025. It is now read-only.

Conversation

@Stanisgrox
Copy link

This allows to check all streamers in loop without breaking it in case of offline streamers

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if (!stream) {
    if (this.liveChannels.has(channel))
        this._streamEnded({ user_login: channel });
    continue;
}

this is a fix for the liveChannels who never reset

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants