mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-12 01:50:04 -04:00
Upgrade iptv-checker package
This commit is contained in:
parent
d95790f0d1
commit
48614e52f6
8 changed files with 2104 additions and 2084 deletions
|
@ -10,7 +10,7 @@ checker.check = async function (item, config) {
|
|||
_id: item._id,
|
||||
url: item.url,
|
||||
http: item.http,
|
||||
error: !result.status.ok ? result.status.reason : null,
|
||||
error: !result.status.ok ? { code: result.status.code, message: result.status.message } : null,
|
||||
streams: result.status.ok ? result.status.metadata.streams : [],
|
||||
requests: result.status.ok ? result.status.metadata.requests : []
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue