mirror of
https://github.com/Jacekun/cs3xxx-repo.git
synced 2024-08-14 23:57:09 +00:00
Optimizations and minor fixes.
This commit is contained in:
parent
2ccc4cec3a
commit
cf707a8cd0
12 changed files with 102 additions and 121 deletions
|
@ -1,5 +1,5 @@
|
|||
// use an integer for version numbers
|
||||
version = 6
|
||||
version = 7
|
||||
|
||||
|
||||
cloudstream {
|
||||
|
|
|
@ -150,6 +150,18 @@ class JavSubProvider : MainAPI() {
|
|||
//playerIframes.add("$prefixTag$contentUrl")
|
||||
//}
|
||||
//Log.i(this.name, "Result => (contentUrl) $contentUrl")
|
||||
Log.i(this.name, "Result => (playerIframes) ${playerIframes.toJson()}")
|
||||
|
||||
return MovieLoadResponse(
|
||||
name = title,
|
||||
url = url,
|
||||
apiName = this.name,
|
||||
type = globalTvType,
|
||||
dataUrl = playerIframes.toJson(),
|
||||
posterUrl = poster,
|
||||
year = year,
|
||||
plot = descript
|
||||
)
|
||||
}
|
||||
|
||||
Log.i(this.name, "Result => (playerIframes) ${playerIframes.toJson()}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue