From ae6df1c3db08922ff87f094b0c8e734419261c49 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sun, 19 Nov 2023 00:45:29 +0530 Subject: added ListStatusAll for GetAnimeList and GetMangaList --- mg.go | 1 + 1 file changed, 1 insertion(+) (limited to 'mg.go') diff --git a/mg.go b/mg.go index be4cda4..fc8b062 100644 --- a/mg.go +++ b/mg.go @@ -97,6 +97,7 @@ const ( ListStatusCompleted = "completed" ListStatusOnHold = "on_hold" ListStatusDropped = "dropped" + ListStatusAll = "" // for getting user lists only ) // for anime seasons -- cgit v1.2.3