From 445bdaaa8dec132a1eded247a804a2e53e2fe59d Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Thu, 9 Jun 2022 03:00:33 +0300 Subject: [PATCH] Update export.js --- scripts/commands/database/export.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/commands/database/export.js b/scripts/commands/database/export.js index ccdfaa7d1..12990a082 100644 --- a/scripts/commands/database/export.js +++ b/scripts/commands/database/export.js @@ -16,7 +16,8 @@ async function main() { status: stream.status, width: stream.width, height: stream.height, - bitrate: stream.bitrate + bitrate: stream.bitrate, + frame_rate: stream.frame_rate } })