Skip to content

Commit 430df8c

Browse files
Fix IMDb id type hint
1 parent 1256024 commit 430df8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/simplejustwatchpythonapi/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class MediaEntry(NamedTuple):
2525
release_year: int
2626
release_date: str
2727
genres: list[str]
28-
imdb_id: list[str]
28+
imdb_id: str
2929
poster: str
3030
backdrops: list[str]
3131
offers: list[Offer]

0 commit comments

Comments
 (0)