diff --git a/MaciptvProvider/src/main/kotlin/com/lagradost/MacIPTVProvider.kt b/MaciptvProvider/src/main/kotlin/com/lagradost/MacIPTVProvider.kt index cccee8b..1077f49 100644 --- a/MaciptvProvider/src/main/kotlin/com/lagradost/MacIPTVProvider.kt +++ b/MaciptvProvider/src/main/kotlin/com/lagradost/MacIPTVProvider.kt @@ -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().js ////////////////////////// GET ALL CHANNELS - val responseAllchannelstoJSON = responseAllchannels!!.parsed() + val responseAllchannelstoJSON = responseAllchannels!!.parsed() //parsedSafe val AllchannelstoJSON = responseAllchannelstoJSON.js!!.data.sortByTitleNumber() return HomePageResponse(