diff --git a/pkg/storygraph/client.go b/pkg/storygraph/client.go index 79dc232..511b214 100644 --- a/pkg/storygraph/client.go +++ b/pkg/storygraph/client.go @@ -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 } }