Update channel.js

This commit is contained in:
freearhey 2025-03-09 04:23:56 +03:00
parent 12e66c3ce0
commit 81a2d9ad51

View file

@ -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() {