Merge pull request #11183 from Chocobo1/backport

Always save info dict when saving fastresume (backport to v4_1_x)
This commit is contained in:
Mike Tzou 2019-09-04 12:09:14 +08:00 committed by GitHub
commit 56b62e6573
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -508,7 +508,7 @@ bool TorrentHandle::needSaveResumeData() const
void TorrentHandle::saveResumeData()
{
m_nativeHandle.save_resume_data();
m_nativeHandle.save_resume_data(lt::torrent_handle::save_info_dict);
m_session->handleTorrentSaveResumeDataRequested(this);
}