Fixed channels not being set as offline (#3767)

This commit is contained in:
Kasia
2022-05-28 20:10:10 +02:00
committed by GitHub
parent 57f92f5eaa
commit 74ec310228
6 changed files with 92 additions and 53 deletions
+3
View File
@@ -708,6 +708,9 @@ void TwitchChannel::refreshLiveStatus()
},
[] {
// failure
},
[] {
// finally
});
}