feat(web): show the vanished flag on seasons

This commit is contained in:
Miguel Palhas
2026-08-23 20:32:30 +01:00
parent 468f31f0b0
commit 4762f2612f
2 changed files with 13 additions and 1 deletions
+2
View File
@@ -36,6 +36,8 @@ export interface ApiSeason {
id: number;
number: number;
tracked: boolean;
/** Gone upstream while a file under it remained — a conflict, not a state. */
vanished: boolean;
episodes: ApiEpisode[];
}