diff --git a/src/bittorrent.cpp b/src/bittorrent.cpp index b5d6bdf1e..67f34aed9 100644 --- a/src/bittorrent.cpp +++ b/src/bittorrent.cpp @@ -1823,7 +1823,9 @@ void Bittorrent::addConsoleMessage(QString msg, QString) { h.move_storage(save_dir.path()); } } - h.save_resume_data(); + bool was_already_seeded = TorrentPersistentData::isSeed(hash); + if(!was_already_seeded) + h.save_resume_data(); // Check if there are torrent files inside for(int i=0; i