All fragments using Nucleus

This commit is contained in:
inorichi
2015-10-17 16:28:35 +02:00
parent 8c0994747f
commit b36aa69a67
11 changed files with 74 additions and 85 deletions
@@ -92,7 +92,7 @@ public class Batoto extends Source {
}
@Override
public int getSource() {
public int getSourceId() {
return SourceManager.BATOTO;
}
@@ -148,7 +148,7 @@ public class Batoto extends Source {
Element nameElement = urlElement;
Element updateElement = htmlBlock.select("td").get(5);
mangaFromHtmlBlock.source = getSource();
mangaFromHtmlBlock.source = getSourceId();
if (urlElement != null) {
String fieldUrl = urlElement.attr("href");