diff --git a/varken/structures.py b/varken/structures.py index e79046c..30f4d9d 100644 --- a/varken/structures.py +++ b/varken/structures.py @@ -247,6 +247,8 @@ class SonarrQueue(NamedTuple): trackedDownloadState: str = None trackedDownloadStatus: str = None seriesId: int = None + errorMessage: str = None + outputPath: str = None # Radarr @@ -308,6 +310,10 @@ class RadarrQueue(NamedTuple): title: str = None trackedDownloadState: str = None trackedDownloadStatus: str = None + timeleft: str = None + estimatedCompletionTime: str = None + errorMessage: str = None + outputPath: str = None # Sickchill