diff --git a/src/NzbDrone.Core/Download/Clients/QBittorrent/QBittorrentProxy.cs b/src/NzbDrone.Core/Download/Clients/QBittorrent/QBittorrentProxy.cs index 46db150ac..a6d75ff81 100644 --- a/src/NzbDrone.Core/Download/Clients/QBittorrent/QBittorrentProxy.cs +++ b/src/NzbDrone.Core/Download/Clients/QBittorrent/QBittorrentProxy.cs @@ -95,13 +95,13 @@ namespace NzbDrone.Core.Download.Clients.QBittorrent .Post() .AddFormUpload("torrents", fileName, fileContent); - var result = ProcessRequest(request, settings); - if (settings.MovieCategory.IsNotNullOrWhiteSpace()) { request.AddFormParameter("category", settings.MovieCategory); } + var result = ProcessRequest(request, settings); + // Note: Current qbit versions return nothing, so we can't do != "Ok." here. if (result == "Fails.") {