From a7b02697ab396869a19805ab8a038ce0a3c7fc97 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sun, 13 Feb 2022 07:16:59 +0300 Subject: [PATCH] Update export.js --- scripts/commands/database/export.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/commands/database/export.js b/scripts/commands/database/export.js index ddb53848c8..9e745d097b 100644 --- a/scripts/commands/database/export.js +++ b/scripts/commands/database/export.js @@ -12,12 +12,12 @@ async function main() { channel: stream.channel, title: stream.title, url: stream.url, + http_referrer: stream.http_referrer, + user_agent: stream.user_agent, + is_online: stream.is_online, width: stream.width, height: stream.height, - bitrate: stream.bitrate, - is_online: stream.is_online, - http_referrer: stream.http_referrer, - user_agent: stream.user_agent + bitrate: stream.bitrate } })