Skip to content

9.3.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 09:02
· 9 commits to main since this release
abbe047

## New features

Pillarbox core business module adds new feature to specify CommandersActSource to specify page / section context with a playback sesssion.

val item = SRGMediaItem(urn = "urn:...") {
    commandersActSource(
       CommandersActSource(pageId = "pageId", sectionId = "sectionId", positionInSection = ..., ...)
    )
}

What's Changed

Full Changelog: 9.2.0...9.3.0