append to response tvSeason support

This commit is contained in:
DerPenz
2023-05-15 13:30:52 +02:00
parent dbb93f5104
commit 0020057097
3 changed files with 33 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ export interface SeasonDetails {
season_number: number;
}
export type SeasonChangeValue =
export type TvSeasonChangeValue =
| string
| {
episode_id: number;