diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-11-19 00:45:29 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-11-19 00:45:29 +0530 |
commit | ae6df1c3db08922ff87f094b0c8e734419261c49 (patch) | |
tree | 8c808242cdf1b18a69646bad32020ac6ce74a70a | |
parent | f0afbaf6edb1f39b9e550b2b2c5eabc1b53dc0b6 (diff) |
added ListStatusAll for GetAnimeList and GetMangaListv1.0.1
-rw-r--r-- | mg.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -97,6 +97,7 @@ const ( ListStatusCompleted = "completed" ListStatusOnHold = "on_hold" ListStatusDropped = "dropped" + ListStatusAll = "" // for getting user lists only ) // for anime seasons |