diff --git a/varken/structures.py b/varken/structures.py index 995ef92..90c8b13 100644 --- a/varken/structures.py +++ b/varken/structures.py @@ -608,7 +608,9 @@ class LidarrQueue(NamedTuple): sizeleft: float = None status: str = None trackedDownloadStatus: str = None + trackedDownloadState: str = None statusMessages: list = None + errorMessage: str = None downloadId: str = None protocol: str = None downloadClient: str = None