summaryrefslogtreecommitdiff
path: root/lib/VNDB
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2015-11-10 02:40:58 +0100
committerYorhel <git@yorhel.nl>2015-11-10 02:40:58 +0100
commit655725983e5f34fbdaa1e281e745ccd62c1e0963 (patch)
tree92da0f84aa9dd1abd4af33d0731cfec4c92e1f72 /lib/VNDB
parent152b3053fb3ff65ad26007d5453d21dc807c7370 (diff)
Add 'has screenshots' filter to VN browser
Diffstat (limited to 'lib/VNDB')
-rw-r--r--lib/VNDB/Util/Misc.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Util/Misc.pm b/lib/VNDB/Util/Misc.pm
index 1ca1ac8f..f05bdf72 100644
--- a/lib/VNDB/Util/Misc.pm
+++ b/lib/VNDB/Util/Misc.pm
@@ -11,7 +11,7 @@ our @EXPORT = qw|filFetchDB bbSubstLinks|;
my %filfields = (
- vn => [qw|length hasani tag_inc tag_exc taginc tagexc tagspoil lang olang plat ul_notblack ul_onwish ul_voted ul_onlist|],
+ vn => [qw|length hasani hasshot tag_inc tag_exc taginc tagexc tagspoil lang olang plat ul_notblack ul_onwish ul_voted ul_onlist|],
release => [qw|type patch freeware doujin date_before date_after released minage lang olang resolution plat med voiced ani_story ani_ero|],
char => [qw|gender bloodt bust_min bust_max waist_min waist_max hip_min hip_max height_min height_max weight_min weight_max trait_inc trait_exc tagspoil role|],
staff => [qw|gender role truename lang|],