Added more statuses to template (#827)

Co-authored-by: zayin02 <zkcollison1509@gmail.com>
This commit is contained in:
Zayin 2022-01-31 22:54:04 +02:00 committed by GitHub
parent d0882aa6da
commit 619bd5e69f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"]
}
```