mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-13 02:20:03 -04:00
Update Channel.js
This commit is contained in:
parent
81ceca15dd
commit
c24aad7fb5
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ const nsfwCategories = categories.filter(c => c.nsfw).map(c => c.name)
|
|||
|
||||
module.exports = class Channel {
|
||||
constructor(data) {
|
||||
this.parsed = data
|
||||
this.data = data
|
||||
this.raw = data.raw
|
||||
this.tvg = data.tvg
|
||||
this.http = data.http
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue