diff --git a/parsed_torrent.go b/parsed_torrent.go index 973c471..bad5e02 100644 --- a/parsed_torrent.go +++ b/parsed_torrent.go @@ -28,6 +28,6 @@ func (t ParsedTorrent) String() string { t.Resolution, strings.Join(t.Languages, ", "), strings.Join(t.Subtitles, ", "), - t.Torrent, + t.Torrent.StringWithoutTitle(), ) }