Update update.js
This commit is contained in:
parent
4b35cb784d
commit
6d22f2373a
|
@ -9,8 +9,8 @@ async function main() {
|
||||||
const levels = { online: 1, blocked: 2, timeout: 3, error: 4, default: 5 }
|
const levels = { online: 1, blocked: 2, timeout: 3, error: 4, default: 5 }
|
||||||
streams = orderBy(
|
streams = orderBy(
|
||||||
streams,
|
streams,
|
||||||
['channel', s => levels[s.status] || levels['default'], 'height', 'frame_rate', 'url'],
|
['channel', s => levels[s.status] || levels['default'], 'title', 'height', 'frame_rate', 'url'],
|
||||||
['asc', 'asc', 'desc', 'desc', 'asc']
|
['asc', 'asc', 'asc', 'desc', 'desc', 'asc']
|
||||||
)
|
)
|
||||||
|
|
||||||
const files = _.groupBy(streams, 'filepath')
|
const files = _.groupBy(streams, 'filepath')
|
||||||
|
|
Loading…
Reference in New Issue