added ability to change simkl rating
This commit is contained in:
@ -88,3 +88,14 @@ type Ids struct {
|
||||
Mal string `json:"mal" ts_type:"mal"`
|
||||
Anilist string `json:"anilist" ts_type:"anilist"`
|
||||
}
|
||||
|
||||
type ShowWithRating struct {
|
||||
Title string `json:"title" ts_type:"title"`
|
||||
Ids `json:"ids" ts_type:"ids"`
|
||||
Rating int `json:"rating" ts_type:"rating"`
|
||||
}
|
||||
|
||||
type ShowWithoutRating struct {
|
||||
Title string `json:"title" ts_type:"title"`
|
||||
Ids `json:"ids" ts_type:"ids"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user