Merge branch 'dev' into auth
This commit is contained in:
commit
3afd4e2e86
78 changed files with 3524 additions and 1635 deletions
|
|
@ -247,6 +247,7 @@ type Tag struct {
|
|||
type Title struct {
|
||||
ID int64 `json:"id"`
|
||||
TitleNames json.RawMessage `json:"title_names"`
|
||||
TitleDesc []byte `json:"title_desc"`
|
||||
StudioID int64 `json:"studio_id"`
|
||||
PosterID *int64 `json:"poster_id"`
|
||||
TitleStatus TitleStatusT `json:"title_status"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue