Filter scanlators on delegated manga
This commit is contained in:
@@ -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?) {
|
||||
|
||||
Reference in New Issue
Block a user