Describe the bug
Just wanted to let you know thataddExclusion (bool) doesn't work when using V3 API when using old API it works normally.
To Reproduce
Steps to reproduce the behavior:
make an API DELETE MOVIE Request https://xxxx.com/api/v3/movie/2080?deleteFiles=true&addExclusion=true
Expected behavior
Movies are not added to the exclusion list.
Screenshots
If applicable, add screenshots to help explain your problem.
Platform Information (please complete the following information):
Debug Logs
Turn on debug logs under Settings -> General and wait for the bug to occur again. Upload the full log file here (or another site and link it). Issues will be closed, if they do not include this!
Please add the information requested on the template.
Please add the information requested on the template.
Done
Update Radarr, you are 400 builds behind
Also, your api call is mixed up
https://xxxx.com/api/v3/movie/2080?deleteFiles=true&addNetImportExclusion=true
Not
https://xxxx.com/api/movie/v3/2080?deleteFiles=true&addExclusion=true
Also, your api call is mixed up
https://xxxx.com/api/v3/movie/2080?deleteFiles=true&addExclusion=true
Not
https://xxxx.com/api/movie/v3/2080?deleteFiles=true&addExclusion=true
This was just Github mistype I was making requests to correct URL. I updated it to 3.0.0.3423. The problem still persists.
Logs?
I made an edit, look again, you are using the wrong parameter
I made an edit, look again, you are using the wrong parameter
Oh, with this parameter it works, It wasn't written in API docs :)
Thanks
It鈥檚 right on the v3 docs https://radarr.video/docs/api/#/Movie/deleteMovie
It鈥檚 right on the v3 docs https://radarr.video/docs/api/#/Movie/deleteMovie
Oh, that's right I was looking at the docs on github
But heads up it鈥檚 going to change again soon, with the rename of netimport