mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-05 01:55:09 +01:00
Update Batoto toString() method to support downloaded chapters
This commit is contained in:
parent
0d5b8edf31
commit
81c23bbf9d
@ -24,4 +24,8 @@ class Batoto : Source {
|
||||
return Observable.error(Exception("RIP Batoto"))
|
||||
}
|
||||
|
||||
override fun toString(): String {
|
||||
return "$name (EN)"
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user