diff --git a/SimklFunctions.go b/SimklFunctions.go index ef5009e..d800d2d 100644 --- a/SimklFunctions.go +++ b/SimklFunctions.go @@ -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)