TorrentLoadResponse

constructor(name: String, url: String, apiName: String, magnet: String?, torrent: String?, plot: String?, type: TvType = TvType.Torrent, posterUrl: String? = null, year: Int? = null, rating: Int? = null, tags: List<String>? = null, duration: Int? = null, trailers: MutableList<TrailerData> = mutableListOf(), recommendations: List<SearchResponse>? = null, actors: List<ActorData>? = null, comingSoon: Boolean = false, syncData: MutableMap<String, String> = mutableMapOf(), posterHeaders: Map<String, String>? = null, backgroundPosterUrl: String? = null)

Secondary constructor for backwards compatibility without contentRating. Remove this constructor after there is a new stable release and extensions are updated to support contentRating.


constructor(name: String, url: String, apiName: String, magnet: String?, torrent: String?, plot: String?, type: TvType = TvType.Torrent, posterUrl: String? = null, year: Int? = null, rating: Int? = null, tags: List<String>? = null, duration: Int? = null, trailers: MutableList<TrailerData> = mutableListOf(), recommendations: List<SearchResponse>? = null, actors: List<ActorData>? = null, comingSoon: Boolean = false, syncData: MutableMap<String, String> = mutableMapOf(), posterHeaders: Map<String, String>? = null, backgroundPosterUrl: String? = null, contentRating: String? = null)