try +1
[fanfix.git] / src / be / nikiroo / fanfix / library / BasicLibrary.java
index 206e80f360dfcb82927cbec0eb7762b2b652c05e..e62416bcca9fd1112bbf8ade0175dc008dcd142d 100644 (file)
@@ -355,6 +355,8 @@ abstract public class BasicLibrary {
                                        if (type != null) {
                                                story = BasicSupport.getSupport(type, url) //
                                                                .process(pgProcess);
+                                               System.out.println("orig meta: "+meta);
+                                               System.out.println("story retrieved: "+story);
                                                // Because we do not want to clear the meta cache:
                                                meta.setCover(story.getMeta().getCover());
                                                story.setMeta(meta);
@@ -517,6 +519,7 @@ abstract public class BasicLibrary {
         */
        public synchronized Story save(Story story, String luid, Progress pg)
                        throws IOException {
+
                // Do not change the original metadata, but change the original story
                MetaData meta = story.getMeta().clone();
                story.setMeta(meta);