GET watch extended

This commit is contained in:
daru
2022-04-17 20:05:19 +02:00
parent 39aae626d3
commit 85decb819a
2 changed files with 96 additions and 51 deletions

View File

@@ -7,7 +7,7 @@ type AnimeUser struct {
Users []WatchUser `json:"users"`
}
type AnimeUserDetail struct {
type AnimeUserExtended struct {
Anime int64 `json:"anime"`
Users []WatchUser `json:"users"`
Data Anime `json:"data"`