Fixed: Setting inital state of torrents sent to QBittorrent

Fixes #2565
pull/2573/merge
Mark McDowall 6 years ago
parent 39d0d08ced
commit 55d01f620a

@ -84,7 +84,7 @@ namespace NzbDrone.Core.Download.Clients.QBittorrent
_logger.Warn(ex, "Failed to set the torrent priority for {0}.", filename);
}
SetInitialState(hash);
SetInitialState(hash.ToLower());
return hash;
}

Loading…
Cancel
Save