This commit is contained in:
alex 2024-01-06 19:11:33 +07:00
parent 99aeb29055
commit b779e596ae
3 changed files with 4 additions and 4 deletions

View file

@ -89,7 +89,7 @@ class TimefourTv : MainAPI() {
items.mapNotNull {
Episode(
data = it.channels?.toJson() ?: return@mapNotNull null,
name = "${it.event} - Live",
name = "${it.event} ",
description = it.time,
posterUrl = detailPoster,
)