Add quality field to streams json

This commit is contained in:
theshoeshiner
2025-04-03 09:10:01 -04:00
parent d0b7567649
commit 4865139694

View File

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