1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-10 14:57:52 +00:00

- Fix "Append .!qB extension to incomplete files". The extension would stay under certain conditions

This commit is contained in:
Christophe Dumez 2010-01-26 08:02:15 +00:00
parent 6ea97f09cf
commit ab36a358b7

View File

@ -1745,6 +1745,11 @@ void Bittorrent::addConsoleMessage(QString msg, QString) {
QString hash = h.hash();
// Remember finished state
TorrentPersistentData::saveSeedStatus(h);
#ifdef LIBTORRENT_0_15
// Remove .!qB extension if necessary
if(appendqBExtension)
appendqBextensionToTorrent(h, false);
#endif
// Move to download directory if necessary
if(!defaultTempPath.isEmpty()) {
// Check if directory is different