Update Batoto toString() method to support downloaded chapters

This commit is contained in:
inorichi 2018-03-14 12:54:31 +01:00
parent 0d5b8edf31
commit 81c23bbf9d

View File

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