1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-28 23:44:32 +00:00

Fix wrong indentation

This commit is contained in:
Vladimir Golovnev (Glassez) 2019-06-04 06:55:45 +03:00
parent 2c145fa57c
commit 4ae4ae3cfc
No known key found for this signature in database
GPG Key ID: 52A2C7DEE2DFA6F7

View File

@ -1959,7 +1959,7 @@ bool Session::addTorrent_impl(CreateTorrentParams params, const MagnetUri &magne
#else
p.flags &= ~lt::torrent_flags::seed_mode;
#endif
}
}
if (!fromMagnetUri) {
if (params.restored) {