diff --git a/scripts/helpers/Channel.js b/scripts/helpers/Channel.js index 71f3d4d1a1..ba67985bed 100644 --- a/scripts/helpers/Channel.js +++ b/scripts/helpers/Channel.js @@ -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