mirror of
https://github.com/InsanusMokrassar/SauceNaoAPI.git
synced 2024-11-05 06:43:47 +00:00
extension ResultData#urls
This commit is contained in:
parent
b5ceff32bd
commit
05b8d7738f
@ -6,7 +6,7 @@
|
||||
* `Kotlin`: `1.5.30` -> `1.5.31`
|
||||
* `Klock`: `2.4.0` -> `2.4.2`
|
||||
* `Coroutines`: `1.5.1` -> `1.5.2`
|
||||
* Add several extensions to `ResultData`: `authors`, `froms`, `charactersList`, `titles`
|
||||
* Add several extensions to `ResultData`: `authors`, `froms`, `charactersList`, `titles`, `urls`
|
||||
|
||||
## 0.9.0
|
||||
|
||||
|
@ -171,3 +171,6 @@ val ResultData.charactersList: List<String>
|
||||
|
||||
val ResultData.titles: List<String>
|
||||
get() = title ?.split(", ") ?: emptyList()
|
||||
|
||||
val ResultData.urls: List<String>
|
||||
get() = extUrls + (url ?.split(", ") ?: emptyList())
|
||||
|
Loading…
Reference in New Issue
Block a user