mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Forgot not to remove this file too
This commit is contained in:
parent
64f1d306f4
commit
dc9802fe1e
1 changed files with 0 additions and 2 deletions
|
@ -1586,8 +1586,6 @@ void bittorrent::importOldTempData(QString torrent_path) {
|
||||||
if(QFile::exists(misc::qBittorrentPath()+"BT_backup"+QDir::separator()+hash+".incremental")) {
|
if(QFile::exists(misc::qBittorrentPath()+"BT_backup"+QDir::separator()+hash+".incremental")) {
|
||||||
qDebug("Imported torrent was sequential");
|
qDebug("Imported torrent was sequential");
|
||||||
TorrentTempData::setSequential(hash, true);
|
TorrentTempData::setSequential(hash, true);
|
||||||
// Cleanup
|
|
||||||
QFile::remove(misc::qBittorrentPath()+"BT_backup"+QDir::separator()+hash+".incremental");
|
|
||||||
}
|
}
|
||||||
} catch(std::exception&) {
|
} catch(std::exception&) {
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue