From 619bd5e69f45526cd75784cf611bb6536db9c5cc Mon Sep 17 00:00:00 2001 From: Zayin <76571965+zayin02@users.noreply.github.com> Date: Mon, 31 Jan 2022 22:54:04 +0200 Subject: [PATCH] Added more statuses to template (#827) Co-authored-by: zayin02 --- src/help/guides/local-manga.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/help/guides/local-manga.md b/src/help/guides/local-manga.md index 81f2c1c8..3573ea1d 100644 --- a/src/help/guides/local-manga.md +++ b/src/help/guides/local-manga.md @@ -159,7 +159,7 @@ You can copy the following example and edit the details as needed: "description": "Example Description", "genre": ["genre 1", "genre 2", "etc"], "status": "0", - "_status values": ["0 = Unknown", "1 = Ongoing", "2 = Completed", "3 = Licensed"] + "_status values": ["0 = Unknown", "1 = Ongoing", "2 = Completed", "3 = Licensed", "4 = Publishing finished", "5 = Cancelled", "6 = On hiatus"] } ```