Update update-playlists.js

pull/5690/head
Aleksandr Statciuk 3 years ago
parent 6b5bfd5291
commit 964538cead

@ -5,7 +5,6 @@ async function main() {
let items = await db let items = await db
.find({}) .find({})
.sort({ name: 1, 'status.level': 1, 'resolution.height': -1, url: 1 }) .sort({ name: 1, 'status.level': 1, 'resolution.height': -1, url: 1 })
items = _.uniqBy(items, 'url')
const files = _.groupBy(items, 'filepath') const files = _.groupBy(items, 'filepath')
for (const filepath in files) { for (const filepath in files) {

Loading…
Cancel
Save