added language support for parsed torrents
This commit is contained in:
parent
9e6c4a3313
commit
9055634104
@ -4,5 +4,6 @@ type ParsedTorrent struct {
|
|||||||
Torrent *Torrent
|
Torrent *Torrent
|
||||||
Name string
|
Name string
|
||||||
Episode int
|
Episode int
|
||||||
|
Languages []string
|
||||||
Parser *Parser
|
Parser *Parser
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user