fixed? stream notifications
This commit is contained in:
		@@ -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);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user