fix(web): drop issue refs that trip the token linter
This commit is contained in:
+1
-1
@@ -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
|
* 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
|
* Inert — the release deck and overrides arrive with the series detail view
|
||||||
* (issues 129 and 39).
|
* (issues 129 and 39).
|
||||||
*/
|
*/
|
||||||
|
|||||||
+1
-1
@@ -11,7 +11,7 @@ export interface AttentionMovie extends LibraryMovie {
|
|||||||
last_searched_at: string | null;
|
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 {
|
export interface QueuedEpisode {
|
||||||
id: number;
|
id: number;
|
||||||
season_number: number;
|
season_number: number;
|
||||||
|
|||||||
Reference in New Issue
Block a user