mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-12 10:00:05 -04:00
Update update.js
This commit is contained in:
parent
e90e2587cb
commit
e7ae344702
1 changed files with 1 additions and 1 deletions
|
@ -11,8 +11,8 @@ async function main() {
|
||||||
streams,
|
streams,
|
||||||
[
|
[
|
||||||
'channel',
|
'channel',
|
||||||
s => levels[s.status] || levels['default'],
|
|
||||||
s => (s.channel ? '' : s.title),
|
s => (s.channel ? '' : s.title),
|
||||||
|
s => levels[s.status] || levels['default'],
|
||||||
'height',
|
'height',
|
||||||
'frame_rate',
|
'frame_rate',
|
||||||
'url'
|
'url'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue