This commit is contained in:
Ignotus Peverell
2017-10-22 08:44:30 +00:00
parent 556dd012af
commit fc6349f26c
+1
View File
@@ -132,6 +132,7 @@ impl Server {
Seeding::WebStatic => {
seed.connect_and_monitor(evt_handle.clone(), seed::web_seeds(evt_handle.clone()));
}
_ => {},
}
if config.seeding_type != Seeding::None {