Try to fix #41
This commit is contained in:
parent
ac50fb8cfb
commit
9481ffcb32
1 changed files with 1 additions and 1 deletions
|
|
@ -449,7 +449,7 @@ impl Session {
|
|||
announce: trackers
|
||||
.get(0)
|
||||
.cloned()
|
||||
.unwrap_or_else(|| ByteString(b"http://retracker.local/announce".into())),
|
||||
.unwrap_or_else(|| ByteString(b"http://retracker.local/announce".to_vec())),
|
||||
announce_list: vec![trackers],
|
||||
info: storrent.info,
|
||||
comment: None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue