From 3071ea55b4b434ca88ad5274565215aa80e400c1 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Tue, 19 Jun 2018 17:40:45 +0200 Subject: Add uncensored icon Icon created by fuukanou: https://vndb.org/t10665.49 File size reduced a bit further by removing metadata and using scour Closes #3 --- lib/VNDB/Handler/VNPage.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/VNDB/Handler/VNPage.pm b/lib/VNDB/Handler/VNPage.pm index e9a5ee03..82aa9175 100644 --- a/lib/VNDB/Handler/VNPage.pm +++ b/lib/VNDB/Handler/VNPage.pm @@ -882,6 +882,8 @@ sub _release_icons { _release_icon $icon, $media_detail, $icon; } + _release_icon 'uncensor', 'Uncensored', 'uncensor' if $rel->{uncensored}; + # Notes column _release_icon 'notes', bb2text($rel->{notes}), 'notes' if $rel->{notes}; } -- cgit v1.2.3