Update stream.ts

This commit is contained in:
freearhey
2025-02-27 22:05:36 +03:00
parent 4e5347260e
commit 7c74fefab5

View File

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