try+1
[fanfix.git] / src / be / nikiroo / fanfix / library / BasicLibrary.java
index 58bd873a25175f38a0385bc525db340f226d2db8..6a2b95a642b0c6c21349d076c9b4c08f3af8a7e0 100644 (file)
@@ -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);