Filter scanlators on delegated manga

This commit is contained in:
Jobobby04
2020-10-25 20:24:30 -04:00
parent 32232c80aa
commit e9cef78d19
7 changed files with 128 additions and 10 deletions
@@ -46,6 +46,8 @@ abstract class RaisedSearchMetadata {
@Transient
val titles = mutableListOf<RaisedTitle>()
var filteredScanlators: String? = null
fun getTitleOfType(type: Int): String? = titles.find { it.type == type }?.title
fun replaceTitleOfType(type: Int, newTitle: String?) {