mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-22 20:44:15 +00:00
Fix crash when adding magnet links
This commit is contained in:
parent
907a17a73b
commit
2104e4e2ce
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user