From c24aad7fb5d22178b7524665cc6f9184969e528f Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sun, 8 Aug 2021 13:19:11 +0300 Subject: [PATCH] Update Channel.js --- scripts/helpers/Channel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helpers/Channel.js b/scripts/helpers/Channel.js index ba67985bed..043f7886f3 100644 --- a/scripts/helpers/Channel.js +++ b/scripts/helpers/Channel.js @@ -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