String() improvement
This commit is contained in:
parent
350681318c
commit
0716848c4a
@ -37,6 +37,6 @@ func (t Torrent) StringWithoutTitle() 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