mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-06 19:39:55 -04:00
Fixed: Setting inital state of torrents sent to QBittorrent
Fixes #2565
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user