-
-
Notifications
You must be signed in to change notification settings - Fork 137
[BUG] Radarr struct missing "originalLanguage" #234
Copy link
Copy link
Open
Labels
approvedEnhancement or request that was approved to be worked onEnhancement or request that was approved to be worked onin-next-releaseIn the next releaseIn the next release
Description
Describe the bug
When calling get_queue for Radarr, kicks an error at line 115 in radarr.py.
TypeError has occurred : <lambda>() got an unexpected keyword argument 'originalLanguage' while creating RadarrMovie structure
Best I can tell, the RadarrMovie struct just needs this new field added.
To Reproduce
Steps to reproduce the behavior:
- Add a Radarr server
- Varken attempts to connect on startup. Connection is good, but when calling get_queue, the function fails with the above error.
Environment (please complete the following information):
- Docker.
- Develop tag.
- 8319d9668e914624771d0c610b5b80f68e8aa0038c76a1922a452b8215db4d8b - Docker config-hash
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
approvedEnhancement or request that was approved to be worked onEnhancement or request that was approved to be worked onin-next-releaseIn the next releaseIn the next release