Browse Source

save dht announce

master
Jørgen Lien Sellæg 9 years ago
parent
commit
07aeb08aed
  1. 1
      toREST/tests/include/TorrentContext.hpp

1
toREST/tests/include/TorrentContext.hpp

@ -17,6 +17,7 @@ class TorrentStatus {
public:
bool paused = false;
bool is_seeding = false;
bool announcing_to_dht = true;
int state = 0;
int priority = 0;
std::string name = "Arch";

Loading…
Cancel
Save