mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-17 15:32:01 +00:00
feat: add heroVideoUrl to CollectionFolder data class
This commit is contained in:
parent
e76c660260
commit
1b1b885d0e
1 changed files with 1 additions and 0 deletions
|
|
@ -133,6 +133,7 @@ data class CollectionFolder(
|
||||||
val sources: List<CollectionSource> = emptyList(),
|
val sources: List<CollectionSource> = emptyList(),
|
||||||
val catalogSources: List<CollectionCatalogSource> = emptyList(),
|
val catalogSources: List<CollectionCatalogSource> = emptyList(),
|
||||||
val heroBackdropUrl: String? = null,
|
val heroBackdropUrl: String? = null,
|
||||||
|
val heroVideoUrl: String? = null,
|
||||||
val titleLogoUrl: String? = null,
|
val titleLogoUrl: String? = null,
|
||||||
) {
|
) {
|
||||||
val posterShape: PosterShape
|
val posterShape: PosterShape
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue