mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
Fix wrong indentation
This commit is contained in:
parent
2c145fa57c
commit
4ae4ae3cfc
1 changed files with 1 additions and 1 deletions
|
@ -1959,7 +1959,7 @@ bool Session::addTorrent_impl(CreateTorrentParams params, const MagnetUri &magne
|
||||||
#else
|
#else
|
||||||
p.flags &= ~lt::torrent_flags::seed_mode;
|
p.flags &= ~lt::torrent_flags::seed_mode;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!fromMagnetUri) {
|
if (!fromMagnetUri) {
|
||||||
if (params.restored) {
|
if (params.restored) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue