X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=supported%2FEHentai.java;h=3c734329e3bac03e456665958b6699cc623b3ff8;hb=9bd801bfc6a10e5298cdec6e48ca0506ecdfde53;hp=03c1557432194187cb54e2b43e9f4239d42c1668;hpb=371a36bd5f5d0e46038491ecfdd18653fe4d6f61;p=fanfix.git diff --git a/supported/EHentai.java b/supported/EHentai.java index 03c1557..3c73432 100644 --- a/supported/EHentai.java +++ b/supported/EHentai.java @@ -54,7 +54,7 @@ class EHentai extends BasicSupport_Deprecated { // There is no chapters on e621, just pagination... Story story = super.process(url, pg); - Chapter only = new Chapter(1, null); + Chapter only = new Chapter(1, ""); for (Chapter chap : story) { only.getParagraphs().addAll(chap.getParagraphs()); } @@ -118,7 +118,7 @@ class EHentai extends BasicSupport_Deprecated { } else if (langLine.equalsIgnoreCase("French")) { lang = "fr"; } else { - // TODO find the code? + // TODO find the code for other languages? lang = langLine; } }