Fix type error due to missing namedtuple field when fetching lidarr queue

This commit is contained in:
Derek Miller 2020-04-26 17:35:36 -07:00
parent c05bd13b28
commit 2c27811879

View file

@ -494,6 +494,7 @@ class LidarrQueue(NamedTuple):
protocol: str = None
downloadClient: str = None
indexer: str = None
outputPath: str = None
downloadForced: bool = None
id: int = None