fix: Serializable
This commit is contained in:
parent
3ac9307329
commit
8a9b8cca7e
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ data class MediaStreamingEpisode(
|
||||||
|
|
||||||
// The site location of the streaming episode
|
// The site location of the streaming episode
|
||||||
@SerialName("site") var site: String?,
|
@SerialName("site") var site: String?,
|
||||||
)
|
) : java.io.Serializable
|
||||||
|
|
||||||
@Serializable
|
@Serializable
|
||||||
data class MediaCoverImage(
|
data class MediaCoverImage(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue