diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-07-04 00:54:35 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-07-04 00:54:35 +0530 |
commit | 72989b8e2fb6060f89cee60d32a0c84660792116 (patch) | |
tree | b3de54f1f2476dd0da831f0a5b9409ea31f4387d /anime/request_handler.go | |
parent | 2a1dc51d0bf9e4d440e33dc01f86947985aff787 (diff) |
Breaking Change: supporting NSFW titles
Diffstat (limited to 'anime/request_handler.go')
-rw-r--r-- | anime/request_handler.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/anime/request_handler.go b/anime/request_handler.go index 1aec83b..e5521fd 100644 --- a/anime/request_handler.go +++ b/anime/request_handler.go @@ -21,7 +21,7 @@ import ( "log" "net/http" "encoding/json" - "github.com/MikunoNaka/MAL2Go/v2/util" + "github.com/MikunoNaka/MAL2Go/v3/util" "errors" ) |