feat: add heroVideoUrl to CollectionFolder data class

This commit is contained in:
tapframe 2026-04-29 01:13:57 +05:30
parent f96e18fe98
commit b0f73dc25e

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