metaproviders: use new* methods (#1216)

* metaproviders: use new* methods

* very minor var fixes

---------

Co-authored-by: firelight <147925818+fire-light42@users.noreply.github.com>
This commit is contained in:
Luna712
2025-02-04 16:28:45 -07:00
committed by GitHub
parent 513569d350
commit 9a9c04cbea
3 changed files with 88 additions and 63 deletions

View File

@ -1206,7 +1206,7 @@ constructor(
override var id: Int? = null,
override var quality: SearchQuality? = null,
override var posterHeaders: Map<String, String>? = null,
val lang: String? = null,
var lang: String? = null,
) : SearchResponse
/** Data class of [SearchResponse] interface for Tv series.
@ -1221,8 +1221,8 @@ constructor(
override var type: TvType? = null,
override var posterUrl: String? = null,
val year: Int? = null,
val episodes: Int? = null,
var year: Int? = null,
var episodes: Int? = null,
override var id: Int? = null,
override var quality: SearchQuality? = null,
override var posterHeaders: Map<String, String>? = null,