mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-13 02:20:03 -04:00
Update format.js
This commit is contained in:
parent
2c80e51720
commit
1924f06b3b
1 changed files with 2 additions and 1 deletions
|
@ -112,7 +112,8 @@ async function removeDuplicates(playlist) {
|
|||
}
|
||||
|
||||
async function detectResolution(playlist) {
|
||||
const bar = new ProgressBar(' Detecting resolution: [:bar] :current/:total (:percent) ', {
|
||||
console.log(' Detecting resolution...')
|
||||
const bar = new ProgressBar(' Progress: [:bar] :current/:total (:percent) ', {
|
||||
total: playlist.channels.length
|
||||
})
|
||||
const results = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue