mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-14 11:00:03 -04:00
Update stream.ts
This commit is contained in:
parent
2d916ec84f
commit
d6a53e6fc9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue