Use specific name for rejected files

This commit is contained in:
Chocobo1 2018-03-14 13:51:59 +08:00
parent 2ba5dd1344
commit 19c733ce95
No known key found for this signature in database
GPG key ID: 210D9C873253A68C

View file

@ -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;
}