model/parsed_torrent.go
2022-08-03 23:43:16 +02:00

9 lines
109 B
Go

package model
type ParsedTorrent struct {
Torrent *Torrent
Name string
Episode int
Parser *Parser
}