From b20ed57d3ca8a88c32ee0cb48bed339bce5915d6 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Tue, 15 Aug 2023 15:13:21 +0530 Subject: fixed errors due to mg --- mal/list.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mal/list.go') diff --git a/mal/list.go b/mal/list.go index f00edd9..0430dc7 100644 --- a/mal/list.go +++ b/mal/list.go @@ -46,7 +46,7 @@ func AnimeList(user, status, sort string) []mg.Anime { } // TODO: return all the list items using loop -func MangaList(user, status, sort string) []m.Manga { +func MangaList(user, status, sort string) []mg.Manga { var res []mg.Manga _, err := MALClient.GetMangaList(&res, &mg.ListParams{ Username: user, -- cgit v1.2.3