added ability to change simkl status
This commit is contained in:
@ -99,3 +99,9 @@ type ShowWithoutRating struct {
|
||||
Title string `json:"title" ts_type:"title"`
|
||||
Ids `json:"ids" ts_type:"ids"`
|
||||
}
|
||||
|
||||
type SimklShowStatus struct {
|
||||
Title string `json:"title" ts_type:"title"`
|
||||
Ids `json:"ids" ts_type:"ids"`
|
||||
To string `json:"to" ts_type:"to"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user