Skip to content

Commit

Permalink
Merge branch 'develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
MDHMatt authored Aug 6, 2024
2 parents 5151037 + 34edccf commit 58ef136
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Potential requirements.
# pip3 install -r requirements.txt
#---------------------------------------------------------
requests==2.28.1
requests==2.31.0
geoip2==2.9.0
influxdb==5.2.0
schedule==1.1.0
Expand Down
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 Down Expand Up @@ -258,6 +259,7 @@ class SonarrEpisode(NamedTuple):
hasFile: bool = None
id: int = None
monitored: bool = None
runtime: int = None
overview: str = None
seasonNumber: int = None
seriesId: int = None
Expand Down

0 comments on commit 58ef136

Please sign in to comment.