Ensure live status requests are always batched (#4713)
This commit is contained in:
@@ -800,7 +800,7 @@ void ChannelView::setChannel(ChannelPtr underlyingChannel)
|
||||
if (auto tc = dynamic_cast<TwitchChannel *>(underlyingChannel.get()))
|
||||
{
|
||||
this->channelConnections_.managedConnect(
|
||||
tc->liveStatusChanged, [this]() {
|
||||
tc->streamStatusChanged, [this]() {
|
||||
this->liveStatusChanged.invoke();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user