mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-12 10:00:05 -04:00
Add quality field to streams json
This commit is contained in:
parent
5ff47aa158
commit
5b45d77612
1 changed files with 2 additions and 1 deletions
|
@ -326,7 +326,8 @@ export class Stream {
|
|||
feed: this.feedId || null,
|
||||
url: this.url,
|
||||
referrer: this.httpReferrer || null,
|
||||
user_agent: this.httpUserAgent || null
|
||||
user_agent: this.httpUserAgent || null,
|
||||
quality: this.getQuality() || null
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue