summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2018-06-19 17:40:45 +0200
committerYorhel <git@yorhel.nl>2018-06-19 17:40:47 +0200
commit3071ea55b4b434ca88ad5274565215aa80e400c1 (patch)
treec376e71bf7d4697365f188d5878ca480e0b70c9b /lib/VNDB/Handler
parente3a336aae012ee1ed89fd6fb09ceba0b4e6c7c42 (diff)
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
Diffstat (limited to 'lib/VNDB/Handler')
-rw-r--r--lib/VNDB/Handler/VNPage.pm2
1 files changed, 2 insertions, 0 deletions
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};
}