diff --git a/scripts/models/stream.ts b/scripts/models/stream.ts index 383790900..bd01845f6 100644 --- a/scripts/models/stream.ts +++ b/scripts/models/stream.ts @@ -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 } }