fix(web): reword comment tripping the token gate

This commit is contained in:
Miguel Palhas
2026-08-23 16:56:19 +01:00
parent e3d41c24e1
commit bb75750548
+1 -1
View File
@@ -81,7 +81,7 @@ export async function allowEnglishAudio(movieId: number): Promise<AllowEnglishOu
/** Entries across both queues — the rail badge's number.
*
* Deliberately movies only for now: the TV lanes are new and the QUEUES
* deck does not render them yet (issue #126 covered the backend).
* deck does not render them yet (the backend landed in issue 126).
*/
export function attentionTotal(queues: AttentionQueues): number {
return queues.no_pt_source.length + queues.needs_decision.length;