buildarr / buildarr-radarr

Radarr movie PVR plugin for Buildarr
https://buildarr.github.io/plugins/radarr
GNU General Public License v3.0
1 stars 2 forks source link

qbittorrent optional authentication the same as buildarr-sonarr #48

Closed scratchmex closed 6 months ago

scratchmex commented 9 months ago

in sonar you can omit the authentication if you have it disabled. the spec is the following

username: Optional[str] = None
password: Optional[SecretStr] = None

will be nice to match the spec of both

Callum027 commented 8 months ago

Hi @scratchmex, thanks for the bug report.

In this case the Radarr plugin is actually incorrect, and it should be defined as you've explained in your comment.

In the next minor release I will include a patch that addresses this.

Callum027 commented 8 months ago

Thanks for waiting. The fix for this issue has been released as:

Please give the new version a try to check that it resolves your issue.

Callum027 commented 6 months ago

As this has been fixed in the current release for some time and I have received no feedback, I will close this issue as completed.

Please let me know if you have any more problems with this issue, or Buildarr in general.