mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
added quicksearch
This commit is contained in:
parent
00532d061e
commit
3df7bd0d0d
1 changed files with 2 additions and 0 deletions
|
@ -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>()
|
||||
|
||||
|
|
Loading…
Reference in a new issue