Merge pull request #21010 from theshoeshiner/streams-quality

pull/21021/head
Alstruit 4 weeks ago committed by GitHub
commit 71cd2825bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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