mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Update TmdbProvider.kt
This commit is contained in:
parent
e4ba852007
commit
41b753f886
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ import java.util.*
|
|||
data class TmdbLink(
|
||||
@JsonProperty("imdbID") val imdbID: String?,
|
||||
@JsonProperty("tmdbID") val tmdbID: Int?,
|
||||
@JsonProperty("filmslothID") val filmsloth: Int?
|
||||
@JsonProperty("episode") val episode: Int?,
|
||||
@JsonProperty("season") val season: Int?,
|
||||
@JsonProperty("movieName") val movieName: String? = null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue