mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 13:48:05 -06:00
Do not display !.qB extension in save path
This commit is contained in:
@@ -963,7 +963,7 @@ QTorrentHandle Bittorrent::addTorrent(QString path, bool fromScanDir, QString fr
|
||||
if(! torrentBackup.exists()) {
|
||||
if(! torrentBackup.mkpath(torrentBackup.path())) {
|
||||
std::cerr << "Couldn't create the directory: '" << qPrintable(torrentBackup.path()) << "'\n";
|
||||
exit(1);
|
||||
return h;
|
||||
}
|
||||
}
|
||||
// Processing torrents
|
||||
|
||||
Reference in New Issue
Block a user