summaryrefslogtreecommitdiff
path: root/lib/VNDB
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2021-01-19 14:55:48 +0100
committerYorhel <git@yorhel.nl>2021-01-19 14:55:50 +0100
commitb35af5ba52f3bceb603e8c7dda10d4abb84c6bd9 (patch)
tree9ec57a1fb9e10da7d3f68d0f4f64afc0e767da11 /lib/VNDB
parent776518ed98f6c5ec401438db9571e890d17cd622 (diff)
v2rw: Convert VN releases tab
This is the last page in the old v2 code that hadn't been rewritten yet. It's a fairly direct and ugly conversion as I've not decided what the future holds for this page, but at least this will allow me to clean up a lot of old and ugly code.
Diffstat (limited to 'lib/VNDB')
-rw-r--r--lib/VNDB/Handler/VNPage.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Handler/VNPage.pm b/lib/VNDB/Handler/VNPage.pm
index b546c436..555903db 100644
--- a/lib/VNDB/Handler/VNPage.pm
+++ b/lib/VNDB/Handler/VNPage.pm
@@ -9,7 +9,7 @@ use VNDB::Types;
TUWF::register(
- qr{v([1-9]\d*)/releases} => \&releases,
+ qr{old/v([1-9]\d*)/releases} => \&releases,
);