fixed? stream notifications

This commit is contained in:
Master Kwoth 2017-06-13 14:25:00 +02:00
parent 320c7c0fc3
commit 0d56f57ee5

View File

@ -28,10 +28,6 @@ namespace NadekoBot.Services.Searches
_db = db;
_client = client;
_strings = strings;
}
public StreamNotificationService()
{
_streamCheckTimer = new Timer(async (state) =>
{
var oldCachedStatuses = new ConcurrentDictionary<string, StreamStatus>(_cachedStatuses);