mirror of
https://github.com/iptv-org/iptv
synced 2025-12-17 02:47:33 -05:00
Update test.js
Fixes wrong channels counter
This commit is contained in:
@@ -33,6 +33,7 @@ async function test() {
|
||||
omitMetadata: true,
|
||||
parallel: 1,
|
||||
itemCallback: item => {
|
||||
stats.channels++
|
||||
if (!item.status.ok && item.status.reason !== 'Timed out') {
|
||||
stats.failures++
|
||||
|
||||
|
||||
Reference in New Issue
Block a user