mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-29 13:58:51 +03:00
Use specific name for rejected files
This commit is contained in:
parent
2ba5dd1344
commit
19c733ce95
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ void FileSystemWatcher::processPartialTorrents()
|
|||
}
|
||||
|
||||
if (value >= MAX_PARTIAL_RETRIES) {
|
||||
QFile::rename(torrentPath, torrentPath + ".invalid");
|
||||
QFile::rename(torrentPath, torrentPath + ".qbt_rejected");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue