Skip to content

Commit

Permalink
Update structures.py
Browse files Browse the repository at this point in the history
More stupid structures
  • Loading branch information
Teagan42 authored Apr 21, 2024
1 parent ce62cf9 commit bb74370
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions varken/structures.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,12 @@ class SonarrEpisode(NamedTuple):
sceneSeasonNumber: int = None
series: SonarrTVShow = None
tvdbId: int = None
finaleType: str = None
episodeFile: dict = None
endTime: str = None
grabTime: str = None
seriesTitle: str = None
images: list = None


class SonarrQueue(NamedTuple):
Expand Down

0 comments on commit bb74370

Please sign in to comment.