Drop notification about move storage finished

This commit is contained in:
Vladimir Golovnev (Glassez)
2020-12-31 21:42:25 +03:00
parent f1337524f6
commit f7cae610a4
4 changed files with 0 additions and 11 deletions

View File

@@ -4929,9 +4929,6 @@ void Session::handleStorageMovedAlert(const lt::storage_moved_alert *p)
const QString torrentName = (torrent ? torrent->name() : QString {infoHash});
LogMsg(tr("\"%1\" is successfully moved to \"%2\".").arg(torrentName, newPath));
if (torrent)
emit torrentStorageMoveFinished(torrent, newPath);
handleMoveTorrentStorageJobFinished();
}