changed url for simkl to pull all lists, not just watching fixed several simkl bugs
This commit is contained in:
parent
572366eb91
commit
ea2c4475de
@ -52,7 +52,7 @@ func SimklHelper(method string, url string, body interface{}) json.RawMessage {
|
||||
|
||||
func (a *App) SimklGetUserWatchlist() SimklWatchListType {
|
||||
method := "GET"
|
||||
url := "https://api.simkl.com/sync/all-items/anime/watching"
|
||||
url := "https://api.simkl.com/sync/all-items/anime"
|
||||
|
||||
respBody := SimklHelper(method, url, nil)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user