Group Managa and Comics

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2025-05-17 16:00:37 +01:00
parent 7620f980c1
commit 70d0e8d8dd

View File

@@ -198,6 +198,10 @@ func getTags(decs iter.Seq[*html.Node]) []string {
case "fantasy":
tags["Fantasy"] = true
case "comics":
fallthrough
case "graphic novels":
fallthrough
case "manga":
tags["Comics"] = true
}
}