X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Ffanfix%2Fsupported%2FE621.java;h=dc7cb1b3b8b6e468f0a44ecc091dabf6c5f9a6e7;hb=7949d4a5098d8554c333c9fbbda469488bc66f7e;hp=a019d0ced94881236adb246c517976b75cab737d;hpb=55d4513cabcb14396c5500613e94dee93415c7d9;p=fanfix.git diff --git a/src/be/nikiroo/fanfix/supported/E621.java b/src/be/nikiroo/fanfix/supported/E621.java index a019d0c..dc7cb1b 100644 --- a/src/be/nikiroo/fanfix/supported/E621.java +++ b/src/be/nikiroo/fanfix/supported/E621.java @@ -61,7 +61,7 @@ class E621 extends BasicSupport { meta.setTitle(getTitle()); meta.setAuthor(getAuthor()); - meta.setDate(getDate()); + meta.setDate(bsHelper.formatDate(getDate())); meta.setTags(getTags()); meta.setSource(getType().getSourceName()); meta.setUrl(getSource().toString()); @@ -180,6 +180,9 @@ class E621 extends BasicSupport { // Can be NULL if filtered // When the value is NULL, we get an exception // but the "has" method still returns true + Instance.getInstance().getTraceHandler() + .error("Cannot get image for chapter " + number + " of " + + getSource()); } }