Update stream.ts

This commit is contained in:
freearhey 2025-02-27 22:05:36 +03:00
parent 2d916ec84f
commit d6a53e6fc9

View file

@ -147,7 +147,7 @@ export class Stream {
toJSON() { toJSON() {
return { return {
channel: this.channel, channel: this.channel || null,
url: this.url, url: this.url,
timeshift: this.timeshift || null, timeshift: this.timeshift || null,
http_referrer: this.httpReferrer || null, http_referrer: this.httpReferrer || null,