forked from recloudstream/cloudstream
small fix
This commit is contained in:
parent
f570a60bba
commit
c88c298ff4
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ class TrailersToProvider : MainAPI() {
|
|||
} else ""
|
||||
|
||||
val data = mapper.writeValueAsString(
|
||||
Pair(subUrl, fixUrl(document.selectFirst("content").attr("data-url") ?: return null))
|
||||
Pair(subUrl, fixUrl(document.selectFirst("content")?.attr("data-url") ?: return null))
|
||||
)
|
||||
return MovieLoadResponse(
|
||||
title,
|
||||
|
|
Loading…
Reference in a new issue