|
|
|
@ -199,10 +199,10 @@ TorrentHandle::TorrentHandle(Session *session, const libtorrent::torrent_handle
@@ -199,10 +199,10 @@ TorrentHandle::TorrentHandle(Session *session, const libtorrent::torrent_handle
|
|
|
|
|
, m_nativeHandle(nativeHandle) |
|
|
|
|
, m_state(TorrentState::Unknown) |
|
|
|
|
, m_renameCount(0) |
|
|
|
|
, m_useASM(data.savePath.isEmpty()) |
|
|
|
|
, m_name(data.name) |
|
|
|
|
, m_savePath(Utils::Fs::toNativePath(data.savePath)) |
|
|
|
|
, m_category(data.category) |
|
|
|
|
, m_useASM(data.savePath.isEmpty()) |
|
|
|
|
, m_hasSeedStatus(data.hasSeedStatus) |
|
|
|
|
, m_ratioLimit(data.ratioLimit) |
|
|
|
|
, m_tempPathDisabled(data.disableTempPath) |
|
|
|
|