feat add imdb to TVSeason API response
This commit is contained in:
parent
7f2ffd9e92
commit
29efd96a8b
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ class TVSeasonInSchema(ItemInSchema):
|
|||
|
||||
|
||||
class TVSeasonSchema(TVSeasonInSchema, BaseSchema):
|
||||
pass
|
||||
imdb: str | None = None
|
||||
|
||||
|
||||
class TVEpisodeSchema(ItemSchema):
|
||||
|
|
Loading…
Add table
Reference in a new issue