Update format.js
Added counter for duplicates found in 'channels/unsorted.m3u'
This commit is contained in:
@ -85,6 +85,7 @@ async function main() {
|
|||||||
}
|
}
|
||||||
delete unsorted[channel.url]
|
delete unsorted[channel.url]
|
||||||
stats.removed++
|
stats.removed++
|
||||||
|
stats.duplicates++
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user