From e5714913b0f4611e4d5a8dd8ed1b4d204ecc81ee Mon Sep 17 00:00:00 2001 From: Niki Roo Date: Fri, 10 Aug 2018 20:56:37 +0200 Subject: [PATCH] Fixed. --- changelog-fr.md | 1 + changelog.md | 1 + src/be/nikiroo/fanfix/library/BasicLibrary.java | 2 +- src/be/nikiroo/fanfix/supported/Cbz.java | 2 -- 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog-fr.md b/changelog-fr.md index d5a7d59..f7c6b45 100644 --- a/changelog-fr.md +++ b/changelog-fr.md @@ -4,6 +4,7 @@ - FimfictionAPI: les noms des chapitres sont maintenant triés correctement - e621: supporte aussi les recherches (/post/) +- remote: la cover est maintenant envoyée au client pour les imports # Version 1.7.1 diff --git a/changelog.md b/changelog.md index 87213a5..94290dd 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,7 @@ - FimfictionAPI: chapter names are now correctly ordered - e621: now supports searches (/post/) +- remote: cover is now sent over the network for imported stories # Version 1.7.1 diff --git a/src/be/nikiroo/fanfix/library/BasicLibrary.java b/src/be/nikiroo/fanfix/library/BasicLibrary.java index 6a2b95a..ee7ee8d 100644 --- a/src/be/nikiroo/fanfix/library/BasicLibrary.java +++ b/src/be/nikiroo/fanfix/library/BasicLibrary.java @@ -355,7 +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); diff --git a/src/be/nikiroo/fanfix/supported/Cbz.java b/src/be/nikiroo/fanfix/supported/Cbz.java index 3b90769..1cf07c5 100644 --- a/src/be/nikiroo/fanfix/supported/Cbz.java +++ b/src/be/nikiroo/fanfix/supported/Cbz.java @@ -73,8 +73,6 @@ class Cbz extends Epub { Story story = processMeta(true, pgMeta); MetaData meta = story.getMeta(); -System.out.println("Meta from Cbz support: "+meta); - pgMeta.done(); // 10% File tmpDir = Instance.getTempFiles().createTempDir("info-text"); -- 2.27.0