mirror of
https://github.com/InsanusMokrassar/SauceNaoAPI.git
synced 2024-12-23 13:17:11 +00:00
small fix
This commit is contained in:
parent
05b8d7738f
commit
60ae527dd0
@ -164,7 +164,7 @@ val ResultData.froms: List<String>
|
|||||||
get() = material ?.split(", ") ?: emptyList()
|
get() = material ?.split(", ") ?: emptyList()
|
||||||
|
|
||||||
val ResultData.authors: List<String>
|
val ResultData.authors: List<String>
|
||||||
get() = creator ?.split(", ") ?: emptyList()
|
get() = (creator ?.split(", ") ?: emptyList()) + (memberName ?.split(", ") ?: emptyList())
|
||||||
|
|
||||||
val ResultData.charactersList: List<String>
|
val ResultData.charactersList: List<String>
|
||||||
get() = characters ?.split(", ") ?: emptyList()
|
get() = characters ?.split(", ") ?: emptyList()
|
||||||
|
Loading…
Reference in New Issue
Block a user