mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
- Fix "Append .!qB extension to incomplete files". The extension would stay under certain conditions
This commit is contained in:
parent
6ea97f09cf
commit
ab36a358b7
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue