mirror of
https://github.com/oxyroid/M3UAndroid.git
synced 2025-05-17 11:25:58 +08:00
Update XtreamData.kt (#316)
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user