mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-03-10 04:11:16 +00:00
Fix 'append label to save path' with magnet links.
This commit is contained in:
parent
fc3da963d2
commit
27d72bd9bf
@ -2833,7 +2833,7 @@ void QBtSession::backupPersistentData(const QString &hash, boost::shared_ptr<lib
|
||||
void QBtSession::unhideMagnet(const QString &hash) {
|
||||
Preferences pref;
|
||||
HiddenData::deleteData(hash);
|
||||
QString save_path = TorrentTempData::getSavePath(hash);
|
||||
QString save_path = getSavePath(hash, false); //appends label if necessary
|
||||
QTorrentHandle h(getTorrentHandle(hash));
|
||||
|
||||
if (!h.is_valid()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user