added anime ref to ParsedTorrent
This commit is contained in:
parent
9055634104
commit
20b8d45495
@ -1,7 +1,10 @@
|
|||||||
package model
|
package model
|
||||||
|
|
||||||
|
import "git.milar.in/milarin/anilist"
|
||||||
|
|
||||||
type ParsedTorrent struct {
|
type ParsedTorrent struct {
|
||||||
Torrent *Torrent
|
Torrent *Torrent
|
||||||
|
Anime *anilist.Media
|
||||||
Name string
|
Name string
|
||||||
Episode int
|
Episode int
|
||||||
Languages []string
|
Languages []string
|
||||||
|
Loading…
Reference in New Issue
Block a user