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 b579ddf commit b4a2583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CanliTV/src/main/kotlin/com/lagradost/CanliTV.kt
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class CanliTV : MainAPI() {
Log.d("IPTV", "loadData » ${loadData}")

val kanallar = IptvPlaylistParser().parseM3U(app.get(mainUrl).text)
val kanal = kanallar.items.first { loadData.url == data }
val kanal = kanallar.items.first { it.url == loadData.url }
Log.d("IPTV", "kanal » ${kanal}")

callback.invoke(
Expand Down

0 comments on commit b4a2583

Please sign in to comment.