Update stream.ts

pull/24814/head
freearhey 9 months ago
parent 19f218fb77
commit eb5c565dd6

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

Loading…
Cancel
Save