🎨 Reliable-id can be 2

This commit is contained in:
C-3PO 2018-07-05 20:27:58 +02:00
parent bdcb7faabe
commit 60fe546d31
Signed by: c3po
GPG key ID: 62993C4BB4D86F24
4 changed files with 19 additions and 4 deletions

View file

@ -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;
}