fixed? stream notifications
This commit is contained in:
parent
320c7c0fc3
commit
0d56f57ee5
@ -28,10 +28,6 @@ namespace NadekoBot.Services.Searches
|
|||||||
_db = db;
|
_db = db;
|
||||||
_client = client;
|
_client = client;
|
||||||
_strings = strings;
|
_strings = strings;
|
||||||
}
|
|
||||||
|
|
||||||
public StreamNotificationService()
|
|
||||||
{
|
|
||||||
_streamCheckTimer = new Timer(async (state) =>
|
_streamCheckTimer = new Timer(async (state) =>
|
||||||
{
|
{
|
||||||
var oldCachedStatuses = new ConcurrentDictionary<string, StreamStatus>(_cachedStatuses);
|
var oldCachedStatuses = new ConcurrentDictionary<string, StreamStatus>(_cachedStatuses);
|
||||||
|
Loading…
Reference in New Issue
Block a user