diff options
Diffstat (limited to 'mal/list.go')
-rw-r--r-- | mal/list.go | 2 |
1 files changed, 1 insertions, 1 deletions
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, |