From 0d56f57ee55c43afa579b0e28f1ccaefca16e40e Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Tue, 13 Jun 2017 14:25:00 +0200 Subject: [PATCH] fixed? stream notifications --- src/NadekoBot/Services/Searches/StreamNotificationService.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/NadekoBot/Services/Searches/StreamNotificationService.cs b/src/NadekoBot/Services/Searches/StreamNotificationService.cs index 871a680d..3fdbb9ac 100644 --- a/src/NadekoBot/Services/Searches/StreamNotificationService.cs +++ b/src/NadekoBot/Services/Searches/StreamNotificationService.cs @@ -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(_cachedStatuses);