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