Skip to content

Commit

Permalink
Merge pull request #205 from mal5305/#203
Browse files Browse the repository at this point in the history
  • Loading branch information
samwiseg0 committed May 21, 2021
2 parents 50eb83a + 2b1f6e0 commit 01b7d2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions varken/structures.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,10 @@ class OmbiTVRequest(NamedTuple):
childRequests: list = None
denied: bool = None
deniedReason: None = None
externalProviderId: str = None
id: int = None
imdbId: str = None
languageProfile: str = None
markedAsDenied: str = None
overview: str = None
posterPath: str = None
Expand Down

0 comments on commit 01b7d2c

Please sign in to comment.