From f0afbaf6edb1f39b9e550b2b2c5eabc1b53dc0b6 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sun, 19 Nov 2023 00:42:26 +0530 Subject: bug fix: mg.ListStatusReading was set to "watching", not "reading" like expected --- mg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mg.go b/mg.go index 7930965..be4cda4 100644 --- a/mg.go +++ b/mg.go @@ -90,7 +90,7 @@ const ( ListStatusPTW = "plan_to_watch" // for manga only - ListStatusReading = "watching" + ListStatusReading = "reading" ListStatusPTR = "plan_to_read" // for both -- cgit v1.2.3