Browse Source

Fix adjustAnnounceUri parameter is not passed

Tatsuhiro Tsujikawa 10 năm trước cách đây
mục cha
commit
9d577b0ad7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/download_helper.cc

+ 1 - 1
src/download_helper.cc

@@ -292,7 +292,7 @@ void createRequestGroupForBitTorrent
                        error_code::BENCODE_PARSE_ERROR);
   }
   createRequestGroupForBitTorrent(result, option, uris, metaInfoUri,
-                                  torrent.get());
+                                  torrent.get(), adjustAnnounceUri);
 }
 
 void createRequestGroupForBitTorrent