mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-12 10:00:05 -04:00
Update update-playlists.js
This commit is contained in:
parent
6b5bfd5291
commit
964538cead
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ async function main() {
|
|||
let items = await db
|
||||
.find({})
|
||||
.sort({ name: 1, 'status.level': 1, 'resolution.height': -1, url: 1 })
|
||||
items = _.uniqBy(items, 'url')
|
||||
const files = _.groupBy(items, 'filepath')
|
||||
|
||||
for (const filepath in files) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue