mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-16 23:12:12 +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 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