From d6a53e6fc9efa3eeacc427064b86513566349542 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Thu, 27 Feb 2025 22:05:36 +0300 Subject: [PATCH] Update stream.ts --- scripts/models/stream.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,