Skip to content

Commit

Permalink
Merge pull request #5 from Teagan42/patch-1
Browse files Browse the repository at this point in the history
Update structures.py
  • Loading branch information
ajanis authored Apr 22, 2024
2 parents daf2c49 + bb74370 commit 355c621
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 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 Expand Up @@ -348,6 +354,7 @@ class RadarrMovie(NamedTuple):
originalLanguage: str = None
addOptions: str = None
popularity: str = None
rootFolderPath: str = None


# Radarr Queue
Expand All @@ -374,6 +381,10 @@ class RadarrQueue(NamedTuple):
outputPath: str = None
movie: RadarrMovie = None
timeleft: str = None
customFormatScore: int = None
indexerFlags: int = None
added: str = None
downloadClientHasPostImportCategory: bool = None


# Sickchill
Expand Down

0 comments on commit 355c621

Please sign in to comment.