Show sequels of completed anime
This commit is contained in:
9
utils/AnimeWithRelatedAnime.go
Normal file
9
utils/AnimeWithRelatedAnime.go
Normal file
@ -0,0 +1,9 @@
|
||||
package utils
|
||||
|
||||
import "github.com/animenotifier/arn"
|
||||
|
||||
// AnimeWithRelatedAnime ...
|
||||
type AnimeWithRelatedAnime struct {
|
||||
Anime *arn.Anime
|
||||
Related *arn.Anime
|
||||
}
|
Reference in New Issue
Block a user