Reimplemented /genres page

This commit is contained in:
2017-11-30 02:59:19 +01:00
parent 91b6ae7efd
commit d290e2d505
3 changed files with 13 additions and 13 deletions

View File

@ -11,8 +11,7 @@ func Get(ctx *aero.Context) string {
var genres []string
for _, genre := range arn.Genres {
// Skip this genre because it doesn't get processed in the background jobs
if genreName == "Hentai" {
if genre == "Hentai" {
continue
}