1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-01-02 06:31:51 +02:00

Fixed: Setting inital state of torrents sent to QBittorrent

Fixes #2565
This commit is contained in:
Mark McDowall 2018-05-16 14:00:21 -07:00
parent 39d0d08ced
commit 55d01f620a

View File

@ -84,7 +84,7 @@ protected override string AddFromTorrentFile(RemoteEpisode remoteEpisode, string
_logger.Warn(ex, "Failed to set the torrent priority for {0}.", filename);
}
SetInitialState(hash);
SetInitialState(hash.ToLower());
return hash;
}