mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-12 10:00:05 -04:00
Update export.js
This commit is contained in:
parent
3157b2ccad
commit
445bdaaa8d
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ async function main() {
|
||||||
status: stream.status,
|
status: stream.status,
|
||||||
width: stream.width,
|
width: stream.width,
|
||||||
height: stream.height,
|
height: stream.height,
|
||||||
bitrate: stream.bitrate
|
bitrate: stream.bitrate,
|
||||||
|
frame_rate: stream.frame_rate
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue