Update stream.ts

This commit is contained in:
freearhey 2025-02-27 22:05:36 +03:00
parent 19f218fb77
commit eb5c565dd6
1 changed files with 1 additions and 1 deletions

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,