From 522012d7d535df43295a110e04548f771630cea8 Mon Sep 17 00:00:00 2001 From: Anthony Axenov Date: Sat, 22 Nov 2025 21:28:06 +0800 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=20=D0=BF=D0=BE=D0=B4?= =?UTF-8?q?=D1=81=D1=87=D1=91=D1=82=D0=B0=20=D0=BE=D0=BD=D0=BB=D0=B0=D0=B9?= =?UTF-8?q?=D0=BD-=D0=BE=D1=84=D1=84=D0=BB=D0=B0=D0=B9=D0=BD=20=D0=BA?= =?UTF-8?q?=D0=B0=D0=BD=D0=B0=D0=BB=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/checker/checker.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/checker/checker.go b/app/checker/checker.go index 8bfc414..2070b7b 100644 --- a/app/checker/checker.go +++ b/app/checker/checker.go @@ -196,6 +196,9 @@ func CheckChannels(pls playlist.Playlist) playlist.Playlist { return pls } + pls.OnlineCount = 0 + pls.OfflineCount = 0 + timeout, routines := calcParameters(count) httpClient := http.Client{Timeout: timeout} chSemaphores := make(chan struct{}, routines)