Fanfiction: title should not be NULL
[fanfix.git] / src / be / nikiroo / fanfix / supported / Fanfiction.java
index 7bdd4ffb9ca5c74f6548069328fae900be05b2e0..64df8d3195bb6274668f26231e459701c11eac72 100644 (file)
@@ -118,7 +118,7 @@ class Fanfiction extends BasicSupport_Deprecated {
                        }
                }
 
-               return null;
+               return "";
        }
 
        private String getAuthor(InputStream in) {