summaryrefslogtreecommitdiff
path: root/lib/VNDB
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2015-11-26 00:57:23 +0100
committerYorhel <git@yorhel.nl>2015-11-26 00:57:23 +0100
commit15fa37550f10f103e20bddfcb2c064b640ab54da (patch)
treec95c4a4a19fb9313f3f7a0a6032dbb8cc4ac7e1a /lib/VNDB
parent184a199c887e4b72dea5d787fe5d38cc9e260f05 (diff)
Handler::Releases: Fix bug when editing release with lots of VNs
Diffstat (limited to 'lib/VNDB')
-rw-r--r--lib/VNDB/Handler/Releases.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Handler/Releases.pm b/lib/VNDB/Handler/Releases.pm
index 30505562..d2497954 100644
--- a/lib/VNDB/Handler/Releases.pm
+++ b/lib/VNDB/Handler/Releases.pm
@@ -319,7 +319,7 @@ sub edit {
{ post => 'ani_story', required => 0, default => 0, enum => $self->{animated} },
{ post => 'ani_ero', required => 0, default => 0, enum => $self->{animated} },
{ post => 'producers', required => 0, default => '' },
- { post => 'vn', maxlength => 5000 },
+ { post => 'vn', maxlength => 50000 },
{ post => 'editsum', template => 'editsum' },
{ post => 'ihid', required => 0 },
{ post => 'ilock', required => 0 },