Browse Source

Fix wrong indentation

adaptive-webui-19844
Vladimir Golovnev (Glassez) 6 years ago
parent
commit
4ae4ae3cfc
No known key found for this signature in database
GPG Key ID: 52A2C7DEE2DFA6F7
  1. 2
      src/base/bittorrent/session.cpp

2
src/base/bittorrent/session.cpp

@ -1959,7 +1959,7 @@ bool Session::addTorrent_impl(CreateTorrentParams params, const MagnetUri &magne @@ -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) {

Loading…
Cancel
Save