String() improved

This commit is contained in:
Timon Ringwald 2022-08-21 14:40:21 +02:00
parent 80d7a2f422
commit d11868b7a6

View File

@ -28,6 +28,6 @@ func (t ParsedTorrent) String() string {
t.Resolution,
strings.Join(t.Languages, ", "),
strings.Join(t.Subtitles, ", "),
t.Torrent,
t.Torrent.StringWithoutTitle(),
)
}