Add quality field to streams json

pull/24814/head
theshoeshiner 7 months ago
parent a1b8b08adc
commit 2b30cd9c8a

@ -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
} }
} }

Loading…
Cancel
Save