Update format.js

Added counter for duplicates found in 'channels/unsorted.m3u'
This commit is contained in:
freearhey 2019-08-22 17:52:06 +03:00
parent 14497c74a5
commit a7489099e2

View file

@ -85,6 +85,7 @@ async function main() {
} }
delete unsorted[channel.url] delete unsorted[channel.url]
stats.removed++ stats.removed++
stats.duplicates++
} }
} }