Update Channel.js
This commit is contained in:
parent
591eeb90b8
commit
81ceca15dd
|
@ -7,6 +7,7 @@ const nsfwCategories = categories.filter(c => c.nsfw).map(c => c.name)
|
|||
|
||||
module.exports = class Channel {
|
||||
constructor(data) {
|
||||
this.parsed = data
|
||||
this.raw = data.raw
|
||||
this.tvg = data.tvg
|
||||
this.http = data.http
|
||||
|
|
Loading…
Reference in New Issue