✔ Relax check of networkgroupid
This commit is contained in:
parent
05945575e8
commit
8dcd7b67f0
2 changed files with 4 additions and 4 deletions
|
@ -27,8 +27,8 @@ interface ISolid {
|
|||
announce: string;
|
||||
/** Title of this torrent in the format `${product}: ${from}to${to}` */
|
||||
title: string;
|
||||
/** Unknown integer, always 16097. */
|
||||
networkgroupid: 16097;
|
||||
/** Unknown integer, either 16097 or 16098. */
|
||||
networkgroupid: 16097 | 16098;
|
||||
/** 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' */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue