Update Batoto toString() method to support downloaded chapters

pull/1324/head
inorichi 7 years ago
parent 0d5b8edf31
commit 81c23bbf9d

@ -24,4 +24,8 @@ class Batoto : Source {
return Observable.error(Exception("RIP Batoto")) return Observable.error(Exception("RIP Batoto"))
} }
override fun toString(): String {
return "$name (EN)"
}
} }

Loading…
Cancel
Save