update stringer

This commit is contained in:
lordwelch 2017-11-30 22:22:19 -07:00
parent 7610f464b6
commit 0e17c2c44c

View File

@ -70,7 +70,7 @@ func (Mt *MetaTorrent) ReadFile(r io.Reader) error {
}
func (Vt SceneVideoTorrent) String() string {
return fmt.Sprint("Original: ", Vt.Original, "\nName: ", Vt.Title, "\nEpisode: S", Vt.Season, "E", Vt.Episode, "\nTags: ", Vt.Tags)
return fmt.Sprint(Vt.Scene)
}
func (s SeriesTorrent) Title() string {