Update XtreamData.kt (#316)

This commit is contained in:
oxy
2025-05-08 19:41:43 +08:00
committed by GitHub
parent dff9ab0bce
commit 63367e89bd

View File

@ -120,7 +120,7 @@ fun XtreamVod.toChannel(
playlistUrl: String,
category: String
): Channel = Channel(
url = "$basicUrl/channel/$username/$password/$streamId.${containerExtension}",
url = "$basicUrl/movie/$username/$password/$streamId.${containerExtension}",
category = category,
title = name.orEmpty(),
cover = streamIcon,