mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Extractor: PeaceMakerst fix
This commit is contained in:
parent
ed24510c42
commit
57663a85b2
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ open class PeaceMakerst : ExtractorApi() {
|
||||||
}
|
}
|
||||||
|
|
||||||
data class PeaceResponse(
|
data class PeaceResponse(
|
||||||
@JsonProperty("videoImage") val videoImage: String,
|
@JsonProperty("videoImage") val videoImage: String?,
|
||||||
@JsonProperty("videoSources") val videoSources: List<VideoSource>,
|
@JsonProperty("videoSources") val videoSources: List<VideoSource>,
|
||||||
@JsonProperty("sIndex") val sIndex: String,
|
@JsonProperty("sIndex") val sIndex: String,
|
||||||
@JsonProperty("sourceList") val sourceList: Map<String, String>
|
@JsonProperty("sourceList") val sourceList: Map<String, String>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue