Update TmdbProvider.kt

This commit is contained in:
Manna Huizar 2023-10-25 10:40:39 -05:00 committed by GitHub
parent e4ba852007
commit 41b753f886
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,