-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MovieLookupApi.get_movie_lookup returns None #71
Comments
Hi, |
feat(devopsarr/radarr-py#71): add radarr lookup return type
feat(#71): add radarr lookup return type
feat(devopsarr/radarr-py#71): add radarr lookup return type
Hi @javaisbetterthanpython, I'm really sorry I forgot about this, I noticed it was still here just a couple of days ago. It should now be live in v1.1.0 |
All three of these functions return None instead of providing a MovieResource object, as expected. All three of these should be returning information about the movie, based on either the term or the imdb or tmdb IDs.
get_movie_lookup
get_movie_lookup_imdb
get_movie_lookup_tmdb
The text was updated successfully, but these errors were encountered: