diff --git a/src/base/bittorrent/torrenthandleimpl.cpp b/src/base/bittorrent/torrenthandleimpl.cpp index cb530b259..ff8e8a813 100644 --- a/src/base/bittorrent/torrenthandleimpl.cpp +++ b/src/base/bittorrent/torrenthandleimpl.cpp @@ -1359,8 +1359,10 @@ void TorrentHandleImpl::resume_impl(bool forced) void TorrentHandleImpl::moveStorage(const QString &newPath, const MoveStorageMode mode) { - if (m_session->addMoveTorrentStorageJob(this, newPath, mode)) + if (m_session->addMoveTorrentStorageJob(this, newPath, mode)) { m_storageIsMoving = true; + updateStatus(); + } } void TorrentHandleImpl::renameFile(const int index, const QString &name)