Skip to content

Commit

Permalink
Update structures.py for latest Ombi typeerror
Browse files Browse the repository at this point in the history
``` TypeError has occurred : OmbiMovieRequest.__new__() got an unexpected keyword argument 'playedByUsersCount' while creating OmbiMovieRequest```  and one for `watchedByRequestedUser`
  • Loading branch information
douginoz committed Jul 4, 2023
1 parent 76fdda1 commit a7051b0
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 @@ -175,6 +175,7 @@ class OmbiMovieRequest(NamedTuple):
markedAsDenied: str = None
markedAsDenied4K: str = None
overview: str = None
playedByUsersCount: int = None
posterPath: str = None
qualityOverride: int = None
released: bool = None
Expand All @@ -193,6 +194,7 @@ class OmbiMovieRequest(NamedTuple):
subscribed: bool = None
theMovieDbId: int = None
title: str = None
watchedByRequestedUser: None = None


# Overseerr
Expand Down

0 comments on commit a7051b0

Please sign in to comment.