🚑 Fix bencode parser

This commit is contained in:
C-3PO 2018-06-22 17:21:14 +02:00
parent f578b194ac
commit 3bb970b76b
Signed by: c3po
GPG key ID: 62993C4BB4D86F24
2 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,7 @@
interface ISolidFile {
//TODO
//TODO: show length
/** File name of this file. */
path: [string];
}
interface ISolidFileInfo {