String() refactor
This commit is contained in:
parent
0716848c4a
commit
bf3af22316
@ -26,7 +26,7 @@ func (t Torrent) String() string {
|
|||||||
t.Leechers,
|
t.Leechers,
|
||||||
t.Downloads,
|
t.Downloads,
|
||||||
t.Trusted,
|
t.Trusted,
|
||||||
t.Time,
|
t.Time.Format("2006-01-02 15:04:05"),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user