mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
- Save torrent file as soon as we get the torrent metadata so that it does not have to be redownloaded on restart
This commit is contained in:
parent
a297204b27
commit
d5da8a6277
3 changed files with 31 additions and 3 deletions
|
@ -164,6 +164,7 @@ class QTorrentHandle {
|
|||
void add_tracker(announce_entry const& url);
|
||||
void prioritize_first_last_piece(bool b);
|
||||
void rename_file(int index, QString name);
|
||||
bool save_torrent_file(QString path);
|
||||
|
||||
//
|
||||
// Operators
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue