Drop notification about move storage finished

This commit is contained in:
Vladimir Golovnev (Glassez) 2020-12-31 21:42:25 +03:00 committed by sledgehammer999
parent 230fedf069
commit bd8b06c607
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2
4 changed files with 0 additions and 11 deletions

View file

@ -4928,9 +4928,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();
}