mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
- Removed workaround for getting progress of paused torrents, apparently it works
This commit is contained in:
@@ -323,7 +323,6 @@ void QTorrentHandle::pause() {
|
||||
if(!QFile::exists(misc::qBittorrentPath()+"BT_backup"+QDir::separator()+hash()+".paused")) {
|
||||
QFile paused_file(misc::qBittorrentPath()+"BT_backup"+QDir::separator()+hash()+".paused");
|
||||
paused_file.open(QIODevice::WriteOnly | QIODevice::Text);
|
||||
paused_file.write(QByteArray::number((double)progress()));
|
||||
paused_file.close();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user