mirror of
https://github.com/iptv-org/iptv
synced 2025-12-17 10:57:18 -05:00
Merge pull request #21010 from theshoeshiner/streams-quality
This commit is contained in:
@@ -326,7 +326,8 @@ export class Stream {
|
|||||||
feed: this.feedId || null,
|
feed: this.feedId || null,
|
||||||
url: this.url,
|
url: this.url,
|
||||||
referrer: this.httpReferrer || null,
|
referrer: this.httpReferrer || null,
|
||||||
user_agent: this.httpUserAgent || null
|
user_agent: this.httpUserAgent || null,
|
||||||
|
quality: this.getQuality() || null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user