[BUG] Lidarr structure missing keyword argument 'TrackedDownloadState'
Describe the bug Lidarr get_queue fails due to new keywords
To Reproduce Steps to reproduce the behavior:
- Use modern lidarr
Expected behavior No errors
Error message:
2022-01-17 20:52:36 : ERROR : lidarr : TypeError has occurred : <lambda>() got an unexpected keyword argument 'trackedDownloadState' while creating LidarrQueue structure for show. Data attempted is: {'artistId': 234, 'albumId': 1439, 'quality': {'quality': {'id': 4, 'name': 'MP3-320'}, 'revision': {'version': 1, 'real': 0, 'isRepack': False}}, 'size': 89456788.0, 'title': 'Hail The Sun - Mental Knife [2018][320 KBPS][Pradyutvam]', 'sizeleft': 89456788.0, 'status': 'warning', 'trackedDownloadStatus': 'ok', 'trackedDownloadState': 'downloading', 'statusMessages': [], 'errorMessage': 'The download is stalled with no connections', 'downloadId': '59D7C9909EEC7682C88F0F4669A0C2AAB6D1D44D', 'protocol': 'torrent', 'downloadClient': 'Qbittorrent', 'indexer': 'Jackett - 1337x', 'outputPath': '/downloads/Completed/Hail The Sun - Mental Knife (2018) [320]', 'downloadForced': False, 'id': 926017971}