Update update.js

pull/8681/head
Aleksandr Statciuk 2 years ago
parent 3ae70b48b4
commit 14dd0785af

@ -11,8 +11,8 @@ async function main() {
streams, streams,
[ [
'channel', 'channel',
s => (s.channel ? '' : s.title),
s => levels[s.status] || levels['default'], s => levels[s.status] || levels['default'],
s => (s.channel ? '' : s.title),
'height', 'height',
'frame_rate', 'frame_rate',
'url' 'url'

Loading…
Cancel
Save