🐛 Allow reliable-id to be 1
This commit is contained in:
parent
52157f544c
commit
42db8d36a6
2 changed files with 5 additions and 5 deletions
|
@ -28,11 +28,11 @@ interface ISolid {
|
|||
/** Title of this torrent in the format `${product}: ${from}to${to}` */
|
||||
title: string;
|
||||
/** Unknown integer, always 16097. */
|
||||
networkgroupid: number;
|
||||
networkgroupid: 16097;
|
||||
/** 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' */
|
||||
'reliable-id': string;
|
||||
/** Always '0' or '1' */
|
||||
'reliable-id': '0' | '1';
|
||||
/** Contains further information about this torrent, including the list of files. */
|
||||
info: ISolidFileInfo;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue