added ability to change simkl status

This commit is contained in:
2024-08-11 19:42:52 -04:00
parent a6b26171d4
commit 1b08918d8e
5 changed files with 77 additions and 10 deletions

View File

@ -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"`
}