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