Skip to content

Commit

Permalink
🕊
Browse files Browse the repository at this point in the history
🕊
  • Loading branch information
keyiflerolsun committed Jun 26, 2024
1 parent ebc21a3 commit 4b3b5d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CanliTV/src/main/kotlin/com/lagradost/CanliTV.kt
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ class CanliTV : MainAPI() {
} else {
val kanallar = IptvPlaylistParser().parseM3U(app.get(mainUrl).text)
val kanal = kanallar.items.first { it.url == data }
Log.d("IPTV", "kanal » ${kanal}")

val streamurl = kanal.url.toString()
val channelname = kanal.title.toString()
Expand Down

0 comments on commit 4b3b5d7

Please sign in to comment.