Update lidarr structure (#225)

Added missing arguments to Lidarr structure

Fixes #223
This commit is contained in:
Stewart Thomson 2022-01-17 22:10:54 -05:00 committed by GitHub
parent 7a4cf59e7c
commit 5e8c8eb5ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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