Update Channel.js

what-a-patch-1
Aleksandr Statciuk 4 years ago
parent 333039242e
commit 644a08ca6d

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

Loading…
Cancel
Save