mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 07:57:22 -06:00
Use default save path if save path is not set.
This commit is contained in:
@@ -201,6 +201,9 @@ TorrentHandle::TorrentHandle(Session *session, const libtorrent::torrent_handle
|
||||
, m_pauseAfterRecheck(false)
|
||||
, m_needSaveResumeData(false)
|
||||
{
|
||||
if (m_savePath.isEmpty())
|
||||
m_savePath = Utils::Fs::toNativePath(m_session->defaultSavePath());
|
||||
|
||||
initialize();
|
||||
|
||||
if (!data.resumed) {
|
||||
|
||||
Reference in New Issue
Block a user