Add quality field to streams json

pull/21010/head
theshoeshiner 7 months ago
parent 5ff47aa158
commit 5b45d77612

@ -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…
Cancel
Save