Merge pull request #21010 from theshoeshiner/streams-quality

This commit is contained in:
Alstruit
2025-04-04 14:47:44 -05:00
committed by GitHub

View File

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