🎨 Reliable-id can be 2
This commit is contained in:
parent
bdcb7faabe
commit
60fe546d31
4 changed files with 19 additions and 4 deletions
|
@ -32,7 +32,7 @@ interface ISolid {
|
|||
/** The URL where the files from this torrent are stored, in the format `http://cdn-patch.swtor.com/patch/${product}/${product}_${from}to${to}/` */
|
||||
reliable: string;
|
||||
/** Always '0' or '1' */
|
||||
'reliable-id': '0' | '1';
|
||||
'reliable-id': '0' | '1' | '2';
|
||||
/** Contains further information about this torrent, including the list of files. */
|
||||
info: ISolidFileInfo;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue