changed url for simkl to pull all lists, not just watching fixed several simkl bugs
This commit is contained in:
		@@ -52,7 +52,7 @@ func SimklHelper(method string, url string, body interface{}) json.RawMessage {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
func (a *App) SimklGetUserWatchlist() SimklWatchListType {
 | 
					func (a *App) SimklGetUserWatchlist() SimklWatchListType {
 | 
				
			||||||
	method := "GET"
 | 
						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)
 | 
						respBody := SimklHelper(method, url, nil)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user