mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 16:07:23 -06:00
Use libtorrent::torrent_status::added_time (Closes #3764).
This commit is contained in:
@@ -89,7 +89,6 @@ bool upgradeResumeFile(const QString &filepath)
|
||||
|
||||
libtorrent::entry fastNew;
|
||||
fastNew = fastOld;
|
||||
fastNew["qBt-addedTime"] = fastOld.dict_find_int_value("qBt-added_time");
|
||||
|
||||
int priority = fastOld.dict_find_int_value("qBt-queuePosition");
|
||||
QFile file2(QString("%1.%2").arg(filepath).arg(priority > 0 ? priority : 0));
|
||||
|
||||
Reference in New Issue
Block a user