Change color depending of torrent seeders and piece size.
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
This commit is contained in:
parent
b8392c4c50
commit
b59def4718
2 changed files with 25 additions and 2 deletions
stats
|
@ -35,7 +35,7 @@ type TorrentStats struct {
|
|||
TimePassed float64 `json:"timePassed"`
|
||||
PieceChunks []*PieceChunk `json:"pieceChunks"`
|
||||
TotalPieces int `json:"totalPieces"`
|
||||
PieceSize int64 `json:"pieceSice"`
|
||||
PieceSize int64 `json:"pieceSize"`
|
||||
}
|
||||
|
||||
type GlobalTorrentStats struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue