Merge pull request #177 from derek-miller/master

Fix type error due to missing namedtuple field when fetching lidarr queue
This commit is contained in:
Nicholas St. Germain 2020-05-11 19:42:56 -05:00 committed by GitHub
commit 2b449e0548
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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