added quicksearch

This commit is contained in:
hexated 2022-10-20 06:18:12 +07:00
parent 00532d061e
commit 3df7bd0d0d
1 changed files with 2 additions and 0 deletions

View File

@ -120,6 +120,8 @@ open class SoraStream : TmdbProvider() {
}
}
override suspend fun quickSearch(query: String) = search(query)
override suspend fun search(query: String): List<SearchResponse> {
val searchResponse = mutableListOf<SearchResponse>()