X-Git-Url: https://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Ffanfix%2Flibrary%2FBasicLibrary.java;h=ee7ee8d48c225994343579efec3f2f381be9eabc;hb=e5714913b0f4611e4d5a8dd8ed1b4d204ecc81ee;hp=6a2b95a642b0c6c21349d076c9b4c08f3af8a7e0;hpb=27694a1373c09fa3f2634dfaec4cc944dff3ea5f;p=fanfix.git diff --git a/src/be/nikiroo/fanfix/library/BasicLibrary.java b/src/be/nikiroo/fanfix/library/BasicLibrary.java index 6a2b95a..ee7ee8d 100644 --- a/src/be/nikiroo/fanfix/library/BasicLibrary.java +++ b/src/be/nikiroo/fanfix/library/BasicLibrary.java @@ -355,7 +355,7 @@ abstract public class BasicLibrary { if (type != null) { story = BasicSupport.getSupport(type, url) // .process(pgProcess); -System.out.println("after process: "+story); + // Because we do not want to clear the meta cache: meta.setCover(story.getMeta().getCover()); story.setMeta(meta);