mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
Fixed an issue with streams not showing online or offline status
This commit is contained in:
@@ -101,6 +101,7 @@ public class NotifChecker
|
||||
|| !typeDict.TryGetValue(key.Name, out var oldData)
|
||||
|| oldData is null)
|
||||
{
|
||||
CacheAddData(key, newData, true);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user