feat(web): show the vanished flag on seasons
This commit is contained in:
@@ -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[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user