mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-10 17:10:06 -04:00
Update channel.js
This commit is contained in:
parent
12e66c3ce0
commit
81a2d9ad51
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ export class Channel {
|
|||
this._guides = _guides
|
||||
this._blocklistRecords = _blocklistRecords
|
||||
this._guideNames = _guides.map(guide => guide.site_name).filter(Boolean)
|
||||
this._streamUrls = _streams.map(stream => stream.url).filter(Boolean)
|
||||
}
|
||||
|
||||
toObject() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue