Improve remote, fix bugs, update nikiroo-utils
[nikiroo-utils.git] / src / be / nikiroo / fanfix / library / BasicLibrary.java
index b11e1ec5276324743b2ea64fb0697d616567c7d4..d324008f0b4c2294e503d907a25b0edc226ed944 100644 (file)
@@ -319,6 +319,7 @@ abstract public class BasicLibrary {
                                        if (type != null) {
                                                story = BasicSupport.getSupport(type).process(url,
                                                                pgProcess);
+                                               story.setMeta(meta);
                                        } else {
                                                throw new IOException("Unknown type: " + meta.getType());
                                        }