diff --git a/scripts/helpers/Channel.js b/scripts/helpers/Channel.js
index ba67985be..043f7886f 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