9.3.0
## 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
- Bump kotlin from 2.3.10 to 2.3.20 by @dependabot[bot] in #1276
- Avoid sending timestamp instead of duration by @StaehliJ in #1275
- Bump the actions group across 1 directory with 2 updates by @dependabot[bot] in #1268
- Bump kotlin from 2.3.20 to 2.3.21 by @dependabot[bot] in #1288
- 1259 update labels supported for commanders act by @StaehliJ in #1282
- 1281 add media google cast to commanders act media events by @StaehliJ in #1286
Full Changelog: 9.2.0...9.3.0