fix search

This commit is contained in:
Eddy 2022-11-02 20:57:00 +01:00
parent cd8cee3c7d
commit 59c56d6b82
1 changed files with 2 additions and 2 deletions

View File

@ -136,7 +136,7 @@ class MacIPTVProvider(override var lang: String) : MainAPI() {
searchResutls.add(
LiveSearchResponse(
media.title,
media.url,
media.toStringCode(),
name,
TvType.Live,
media.url_image,
@ -468,7 +468,7 @@ class MacIPTVProvider(override var lang: String) : MainAPI() {
////////////////////////// GET ALL GENRES
responseGetGenretoJSON = responseGetgenre!!.parsed<JsonGetGenre>().js
////////////////////////// GET ALL CHANNELS
val responseAllchannelstoJSON = responseAllchannels!!.parsed<Root>()
val responseAllchannelstoJSON = responseAllchannels!!.parsed<Root>() //parsedSafe
val AllchannelstoJSON = responseAllchannelstoJSON.js!!.data.sortByTitleNumber()
return HomePageResponse(