Update Channel.js

This commit is contained in:
Aleksandr Statciuk 2021-08-08 13:19:11 +03:00
parent 81ceca15dd
commit c24aad7fb5
1 changed files with 1 additions and 1 deletions

View File

@ -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