mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2026-02-01 16:34:13 +01:00
fix compiler warning
This commit is contained in:
@@ -41,4 +41,4 @@ data class PagedMangaListDataClass(
|
||||
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