Version 1.0.0
[fanfix.git] / src / be / nikiroo / fanfix / Library.java
index a8d9302bfe15cc05d87fe11345b11e6e3f3c0284..0d9e067f30dcb6c24fe2e3a1e48fa098464f04e9 100644 (file)
@@ -246,7 +246,7 @@ public class Library {
         * @throws IOException
         *             in case of I/O error
         */
-       private Story save(Story story, String luid) throws IOException {
+       public Story save(Story story, String luid) throws IOException {
                // Do not change the original metadata, but change the original story
                MetaData key = story.getMeta().clone();
                story.setMeta(key);