feat: add heroVideoUrl to CollectionFolder data class

This commit is contained in:
tapframe 2026-04-29 01:13:57 +05:30
parent e76c660260
commit 1b1b885d0e

View file

@ -133,6 +133,7 @@ data class CollectionFolder(
val sources: List<CollectionSource> = emptyList(),
val catalogSources: List<CollectionCatalogSource> = emptyList(),
val heroBackdropUrl: String? = null,
val heroVideoUrl: String? = null,
val titleLogoUrl: String? = null,
) {
val posterShape: PosterShape