update stringer
This commit is contained in:
parent
7610f464b6
commit
0e17c2c44c
2
type.go
2
type.go
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user