Fix type error due to missing namedtuple field when fetching lidarr queue
This commit is contained in:
parent
c05bd13b28
commit
2c27811879
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue