Albirew/tachiyomi
Archivé
1
0
Bifurcation 0
Cette révision appartient à :
arkon 2021-10-04 10:50:09 -04:00
Parent 372e500590
révision 1a52385b78

Voir le fichier

@ -38,7 +38,6 @@ interface Manga : SManga {
fun getGenres(): List<String>? {
if (genre.isNullOrBlank()) return null
return genre?.split(", ")?.map { it.trim() }?.filterNot { it.isBlank() }?.distinct()
}
private fun setChapterFlags(flag: Int, mask: Int) {