diff --git a/scripts/models/stream.ts b/scripts/models/stream.ts index 11a752e08..6d8217548 100644 --- a/scripts/models/stream.ts +++ b/scripts/models/stream.ts @@ -147,7 +147,7 @@ export class Stream { toJSON() { return { - channel: this.channel, + channel: this.channel || null, url: this.url, timeshift: this.timeshift || null, http_referrer: this.httpReferrer || null,