String() improved
This commit is contained in:
parent
80d7a2f422
commit
d11868b7a6
@ -28,6 +28,6 @@ func (t ParsedTorrent) String() string {
|
|||||||
t.Resolution,
|
t.Resolution,
|
||||||
strings.Join(t.Languages, ", "),
|
strings.Join(t.Languages, ", "),
|
||||||
strings.Join(t.Subtitles, ", "),
|
strings.Join(t.Subtitles, ", "),
|
||||||
t.Torrent,
|
t.Torrent.StringWithoutTitle(),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user