Browse Source

Use specific name for rejected files

adaptive-webui-19844
Chocobo1 7 years ago
parent
commit
19c733ce95
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 2
      src/base/filesystemwatcher.cpp

2
src/base/filesystemwatcher.cpp

@ -151,7 +151,7 @@ void FileSystemWatcher::processPartialTorrents()
} }
if (value >= MAX_PARTIAL_RETRIES) { if (value >= MAX_PARTIAL_RETRIES) {
QFile::rename(torrentPath, torrentPath + ".invalid"); QFile::rename(torrentPath, torrentPath + ".qbt_rejected");
return true; return true;
} }

Loading…
Cancel
Save