1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-03-13 05:41:17 +00:00

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