mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-21 08:09:35 +08:00
parent
0b58fadc83
commit
3104291734
@ -1941,7 +1941,7 @@ bool Session::addTorrent_impl(CreateTorrentParams params, const MagnetUri &magne
|
|||||||
p = lt::read_resume_data(fastresumeData, ec);
|
p = lt::read_resume_data(fastresumeData, ec);
|
||||||
|
|
||||||
// load from .torrent file when fastresume doesn't contain the required `info` dict
|
// load from .torrent file when fastresume doesn't contain the required `info` dict
|
||||||
if (!p.ti->is_valid())
|
if (!p.ti || !p.ti->is_valid())
|
||||||
p.ti = torrentInfo.nativeInfo();
|
p.ti = torrentInfo.nativeInfo();
|
||||||
|
|
||||||
// libtorrent will always apply `file_priorities` to torrents,
|
// libtorrent will always apply `file_priorities` to torrents,
|
||||||
|
Loading…
Reference in New Issue
Block a user