String() improvement

This commit is contained in:
Timon Ringwald 2022-08-15 14:58:24 +02:00
parent 350681318c
commit 0716848c4a

View File

@ -37,6 +37,6 @@ func (t Torrent) StringWithoutTitle() string {
t.Leechers,
t.Downloads,
t.Trusted,
t.Time,
t.Time.Format("2006-01-02 15:04:05"),
)
}