mirror of
https://github.com/iptv-org/iptv
synced 2026-09-09 05:17:04 -04:00
Update scripts
This commit is contained in:
@@ -261,9 +261,12 @@ async function addStream(issue: Issue) {
|
||||
user_agent: httpUserAgent,
|
||||
referrer: httpReferrer,
|
||||
quality,
|
||||
label: data.getString('label') || ''
|
||||
label: null
|
||||
})
|
||||
|
||||
stream.isNot247 = data.has('live_247') ? !data.getBoolean('live_247') : false
|
||||
stream.isGeoBlocked = data.has('geo_blocked') ? data.getBoolean('geo_blocked') : false
|
||||
|
||||
stream.updateTitle().updateFilepath()
|
||||
|
||||
stream.setGuides(apiData.guidesGroupedByStreamId.get(stream.getId()))
|
||||
|
||||
Reference in New Issue
Block a user