replace is_seed() with has_picker()
This commit is contained in:
@@ -2668,7 +2668,7 @@ namespace libtorrent
|
||||
return;
|
||||
}
|
||||
|
||||
if (t->is_seed()) return;
|
||||
if (!t->has_picker()) return;
|
||||
|
||||
piece_picker& picker = t->picker();
|
||||
|
||||
|
Reference in New Issue
Block a user