mirror of
https://github.com/iptv-org/iptv
synced 2025-12-17 19:07:37 -05:00
Update stream.ts
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user