This commit is contained in:
NerdNumber9
2018-03-15 17:22:49 -04:00
4 changed files with 14 additions and 9 deletions

View File

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