fix(web): reword comment tripping the token gate
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user