Эх сурвалжийг харах

Update Batoto toString() method to support downloaded chapters

inorichi 7 жил өмнө
parent
commit
81c23bbf9d

+ 4 - 0
app/src/main/java/eu/kanade/tachiyomi/source/online/english/Batoto.kt

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