mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-07-29 23:59:32 +00:00
feat: add heroVideoUrl to CollectionFolder data class
This commit is contained in:
parent
f96e18fe98
commit
b0f73dc25e
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue