diff --git a/src/providers/twitch/TwitchChannel.cpp b/src/providers/twitch/TwitchChannel.cpp index 4a67980c..f5d52b18 100644 --- a/src/providers/twitch/TwitchChannel.cpp +++ b/src/providers/twitch/TwitchChannel.cpp @@ -191,6 +191,11 @@ TwitchChannel::TwitchChannel(const QString &name) TwitchChannel::~TwitchChannel() { + if (isAppAboutToQuit()) + { + return; + } + getApp()->getTwitch()->dropSeventvChannel(this->seventvUserID_, this->seventvEmoteSetID_);