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