Ignore renames
This commit is contained in:
@@ -175,7 +175,7 @@ func (t *TorrentManager) assignedDirectoryCb(tor *Torrent, cb func(string)) {
|
||||
}
|
||||
|
||||
func (t *TorrentManager) GetKey(torrent *Torrent) string {
|
||||
if t.Config.ShouldAllowRenames() && torrent.Rename != "" {
|
||||
if !t.Config.ShouldIgnoreRenames() && torrent.Rename != "" {
|
||||
return torrent.Rename
|
||||
}
|
||||
if t.Config.EnableRetainRDTorrentName() {
|
||||
|
||||
Reference in New Issue
Block a user