BUGFIX: Fix "Append .!qB extension to complete files" (libtorrent v0.15)

This commit is contained in:
Christophe Dumez
2010-01-26 08:08:26 +00:00
parent f845acb207
commit 5371fb15f8
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
* Unreleased - Christophe Dumez <chris@qbittorrent.org> - v2.1.3
- BUGFIX: Fix "Append .!qB extension to complete files" (libtorrent v0.15)
* Sun Jan 24 2010 - Christophe Dumez <chris@qbittorrent.org> - v2.1.2
- FEATURE: Added back file prioritizing in a torrent
- BUGFIX: Fix issue causing torrents not to be displayed in the list

View File

@@ -1711,6 +1711,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