fix(web): drop issue refs that trip the token linter

This commit is contained in:
Miguel Palhas
2026-08-23 19:51:52 +01:00
parent 9129728622
commit d86d975073
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1935,7 +1935,7 @@ function queuesMain(board: HTMLElement, releases: ReleasesView, views: HideableV
/**
* One TV lane entry: the series plus one chip per episode or season that put
* it there, named `SxxEyy` so the operator knows what to act on (#140).
* it there, named `SxxEyy` so the operator knows what to act on.
* Inert — the release deck and overrides arrive with the series detail view
* (issues 129 and 39).
*/
+1 -1
View File
@@ -11,7 +11,7 @@ export interface AttentionMovie extends LibraryMovie {
last_searched_at: string | null;
}
/** An episode that put its series here, named for SxxEyy rendering (#140). */
/** An episode that put its series here, named for SxxEyy rendering. */
export interface QueuedEpisode {
id: number;
season_number: number;