diff options
-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 |