added ability to delete entries. Added MAL RefreshToken Function
This commit is contained in:
@ -139,6 +139,14 @@ type AniListUpdateVariables struct {
|
||||
CompletedAt CompletedAt `json:"completedAt"`
|
||||
}
|
||||
|
||||
type DeleteAniListReturn struct {
|
||||
Data struct {
|
||||
DeleteMediaListEntry struct {
|
||||
Deleted bool `json:"deleted"`
|
||||
} `json:"DeleteMediaListEntry"`
|
||||
} `json:"data"`
|
||||
}
|
||||
|
||||
//var MediaListSort = struct {
|
||||
// MediaId string
|
||||
// MediaIdDesc string
|
||||
|
Reference in New Issue
Block a user