Support for no-chapter stories or stories with descriiption before Chatper
[fanfix.git] / supported / EHentai.java
index 03c1557432194187cb54e2b43e9f4239d42c1668..aea76bbb00cd1033139bc86e2d2ecd90c2e8adfc 100644 (file)
@@ -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());
                }