mirror of https://github.com/iptv-org/iptv
Update stream.ts
This commit is contained in:
parent
19f218fb77
commit
eb5c565dd6
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue