mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
fixed #401
This commit is contained in:
parent
9a14982fa5
commit
363f555f68
2 changed files with 8 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
||||||
// use an integer for version numbers
|
// use an integer for version numbers
|
||||||
version = 19
|
version = 20
|
||||||
|
|
||||||
|
|
||||||
cloudstream {
|
cloudstream {
|
||||||
|
|
|
@ -20,13 +20,13 @@ open class TimefourTv : MainAPI() {
|
||||||
)
|
)
|
||||||
|
|
||||||
override val mainPage = mainPageOf(
|
override val mainPage = mainPageOf(
|
||||||
"$mainUrl/tv-channels" to "All Channels",
|
// "$mainUrl/tv-channels" to "All Channels",
|
||||||
"$mainUrl/usa-channels" to "USA Channels",
|
// "$mainUrl/usa-channels" to "USA Channels",
|
||||||
"$mainUrl/uk-channels" to "UK Channels",
|
// "$mainUrl/uk-channels" to "UK Channels",
|
||||||
"$mainUrl/sports-channels" to "Sport Channels",
|
// "$mainUrl/sports-channels" to "Sport Channels",
|
||||||
"$mainUrl/live-sports-streams" to "Live Sport Channels",
|
// "$mainUrl/live-sports-streams" to "Live Sport Channels",
|
||||||
"$mainUrl/news-channels" to "News Channels",
|
// "$mainUrl/news-channels" to "News Channels",
|
||||||
"$mainUrl/schedule.php" to "Schedule",
|
// "$mainUrl/schedule.php" to "Schedule",
|
||||||
"$daddyUrl/24-7-channels.php" to "DaddyHD Channels"
|
"$daddyUrl/24-7-channels.php" to "DaddyHD Channels"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue