mirror of
https://github.com/InsanusMokrassar/BooruGrabberTelegramBot.git
synced 2026-03-10 20:22:23 +00:00
fixes
This commit is contained in:
@@ -41,7 +41,7 @@ data class ChatSettings(
|
||||
|
||||
suspend fun makeRequest(page: Int): List<BoardImage> {
|
||||
return withContext(Dispatchers.IO) {
|
||||
board.search(page, count, query, rating).blocking()
|
||||
board.search(page, count, query, rating).blocking() ?: emptyList()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user