Update format.js
This commit is contained in:
parent
2c80e51720
commit
1924f06b3b
|
@ -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…
Reference in New Issue