1
0
mirror of https://github.com/iptv-org/iptv.git synced 2025-06-18 18:23:35 +08:00

Update export.js

This commit is contained in:
Aleksandr Statciuk 2022-06-09 03:00:33 +03:00
parent 3157b2ccad
commit 445bdaaa8d

View File

@ -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
}
})