X-Git-Url: http://git.nikiroo.be/?p=fanfix.git;a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Ffanfix%2Flibrary%2FBasicLibrary.java;h=6a2b95a642b0c6c21349d076c9b4c08f3af8a7e0;hp=58bd873a25175f38a0385bc525db340f226d2db8;hb=27694a1373c09fa3f2634dfaec4cc944dff3ea5f;hpb=9ac581ab3a604e678e693fc650bffe96f7edd0d0 diff --git a/src/be/nikiroo/fanfix/library/BasicLibrary.java b/src/be/nikiroo/fanfix/library/BasicLibrary.java index 58bd873..6a2b95a 100644 --- a/src/be/nikiroo/fanfix/library/BasicLibrary.java +++ b/src/be/nikiroo/fanfix/library/BasicLibrary.java @@ -355,6 +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);