initial commit
This commit is contained in:
8
anime_episode.go
Normal file
8
anime_episode.go
Normal file
@ -0,0 +1,8 @@
|
||||
package model
|
||||
|
||||
import "git.tordarus.net/tordarus/anilist"
|
||||
|
||||
type AnimeEpisode struct {
|
||||
Anime *anilist.Media
|
||||
Episode int
|
||||
}
|
Reference in New Issue
Block a user