mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-12 01:50:04 -04:00
Update create.js
This commit is contained in:
parent
62dad95231
commit
24b74f6ad5
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ async function findStreams() {
|
|||
stream.set('url', { url: item.url })
|
||||
stream.set('http_referrer', { http_referrer: item.http.referrer })
|
||||
stream.set('user_agent', { user_agent: item.http['user-agent'] })
|
||||
stream.set('status', { status: cached.status })
|
||||
stream.set('status', { status: cached.status || 'online' })
|
||||
stream.set('width', { width: cached.width })
|
||||
stream.set('height', { height: cached.height })
|
||||
stream.set('bitrate', { bitrate: cached.bitrate })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue