changed url for simkl to pull all lists, not just watching fixed several simkl bugs

This commit is contained in:
John O'Keefe 2024-09-24 18:44:42 -04:00
parent 572366eb91
commit ea2c4475de

View File

@ -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)