mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 23:47:23 -06:00
Fix crash when adding magnet links
This commit is contained in:
@@ -472,7 +472,7 @@ void torrentAdditionDialog::renameSelectedFile() {
|
||||
save_path = save_path.replace("\\", "/");
|
||||
#endif
|
||||
save_path = misc::expandPath(save_path);
|
||||
if(t->num_files() == 1) {
|
||||
if(!is_magnet && t->num_files() == 1) {
|
||||
// Remove file name
|
||||
QStringList parts = save_path.split("/", QString::SkipEmptyParts);
|
||||
const QString single_file_name = parts.takeLast();
|
||||
|
||||
Reference in New Issue
Block a user