From a7489099e2c6034f776ea7032907fe6d5f8dba94 Mon Sep 17 00:00:00 2001 From: freearhey Date: Thu, 22 Aug 2019 17:52:06 +0300 Subject: [PATCH] Update format.js Added counter for duplicates found in 'channels/unsorted.m3u' --- helpers/format.js | 1 + 1 file changed, 1 insertion(+) diff --git a/helpers/format.js b/helpers/format.js index 63970fe0e..67c975937 100644 --- a/helpers/format.js +++ b/helpers/format.js @@ -85,6 +85,7 @@ async function main() { } delete unsorted[channel.url] stats.removed++ + stats.duplicates++ } }