Fixed an issue with streams not showing online or offline status

This commit is contained in:
Kwoth
2022-02-17 15:23:10 +01:00
parent 60e0729988
commit e0e044278e
2 changed files with 1 additions and 2 deletions

View File

@@ -101,6 +101,7 @@ public class NotifChecker
|| !typeDict.TryGetValue(key.Name, out var oldData)
|| oldData is null)
{
CacheAddData(key, newData, true);
continue;
}