From 14dd0785af44cf38110f6c4bbd9e930963ea6c9d Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sun, 11 Sep 2022 11:07:51 +0300 Subject: [PATCH] Update update.js --- scripts/commands/playlist/update.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/commands/playlist/update.js b/scripts/commands/playlist/update.js index f60411e307..d3b2239e0e 100644 --- a/scripts/commands/playlist/update.js +++ b/scripts/commands/playlist/update.js @@ -11,8 +11,8 @@ async function main() { streams, [ 'channel', - s => (s.channel ? '' : s.title), s => levels[s.status] || levels['default'], + s => (s.channel ? '' : s.title), 'height', 'frame_rate', 'url'