mirror of
https://github.com/Sonarr/Sonarr
synced 2026-01-20 14:31:55 +01:00
Fixed: Setting inital state of torrents sent to QBittorrent
Fixes #2565
This commit is contained in:
parent
39d0d08ced
commit
55d01f620a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue