We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b9a5c2 commit 41e22d7Copy full SHA for 41e22d7
README.md
@@ -17,6 +17,7 @@ A simple java library that allows you to read the contents of a torrent file.
17
String pieces;
18
boolean isSingleFile;
19
boolean isPrivate;
20
+ String infoHash;
21
22
// Optional fields
23
List<List<String>> announceList;
@@ -26,4 +27,4 @@ A simple java library that allows you to read the contents of a torrent file.
26
27
String comment;
28
String encoding;
29
Map<String, Object> azureusProperties;
- }
30
+ }
0 commit comments