Skip to content

Commit cff7103

Browse files
committed
Keep KMP title keywords in v2 model
1 parent b78318d commit cff7103

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • multiplatform/composeApp/src/commonMain/kotlin/com/lamndt/smartmovie/multiplatform/model

multiplatform/composeApp/src/commonMain/kotlin/com/lamndt/smartmovie/multiplatform/model/CatalogModelsV2.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@ data class TitleDetailV2(
421421
@SerialName("release_information") val releaseInformation: List<ReleaseInformation> = emptyList(),
422422
val translations: List<TitleTranslation> = emptyList(),
423423
@SerialName("watch_providers") val watchProviders: List<ProviderRegion> = emptyList(),
424+
val keywords: List<KeywordSummary> = emptyList(),
424425
) {
425426
val summary get() = TitleSummary(id, mediaType, title, originalTitle, overview, posterPath, backdropPath, releaseDate, voteAverage, genreIds, adult)
426427

0 commit comments

Comments
 (0)