diff --git a/src/base/filesystemwatcher.cpp b/src/base/filesystemwatcher.cpp index deaa497ef..1e00817a5 100644 --- a/src/base/filesystemwatcher.cpp +++ b/src/base/filesystemwatcher.cpp @@ -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; }