Closed freshcelery closed 6 years ago
When adding a movie, it is expected that radarr will search for it, however currently that does not happen.
To fix, you need to add the following to the radarr post request when adding a movie: "addOptions" : { "searchForMovie" : true }
Done
When adding a movie, it is expected that radarr will search for it, however currently that does not happen.
To fix, you need to add the following to the radarr post request when adding a movie: "addOptions" : { "searchForMovie" : true }