mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-04 11:24:35 -05:00
fix compiler warning
This commit is contained in:
@@ -41,4 +41,4 @@ data class PagedMangaListDataClass(
|
|||||||
val hasNextPage: Boolean
|
val hasNextPage: Boolean
|
||||||
)
|
)
|
||||||
|
|
||||||
internal inline fun String?.toGenreList() = this?.split(",")?.trimAll().orEmpty()
|
internal fun String?.toGenreList() = this?.split(",")?.trimAll().orEmpty()
|
||||||
Reference in New Issue
Block a user