This commit is contained in:
Antony 2022-08-19 16:09:29 +02:00
parent 832f578e4b
commit a5a8b0b3ca

View file

@ -29,7 +29,6 @@ class IptvorgProvider : MainAPI() {
val nationPoster = "https://github.com/emcrisostomo/flags/raw/master/png/256/${channelUrl val nationPoster = "https://github.com/emcrisostomo/flags/raw/master/png/256/${channelUrl
.substringAfterLast("/") .substringAfterLast("/")
.substringBeforeLast(".").uppercase()}.png" .substringBeforeLast(".").uppercase()}.png"
//posterfromname(nationName.substringAfter(" "))
LiveSearchResponse( LiveSearchResponse(
nationName, nationName,
LoadData(channelUrl, nationName, nationPoster, 0).toJson(), LoadData(channelUrl, nationName, nationPoster, 0).toJson(),