Implemented developer database downloads
This commit is contained in:
@ -67,7 +67,7 @@ type AnimeID = string
|
||||
|
||||
// Anime represents an anime.
|
||||
type Anime struct {
|
||||
ID AnimeID `json:"id"`
|
||||
ID AnimeID `json:"id" primary:"true"`
|
||||
Type string `json:"type" editable:"true" datalist:"anime-types"`
|
||||
Title *MediaTitle `json:"title" editable:"true"`
|
||||
Summary string `json:"summary" editable:"true" type:"textarea"`
|
||||
|
Reference in New Issue
Block a user