Skip to content

Commit

Permalink
Merge pull request #27 from THEOplayer/bugfix/vst-pre-roll
Browse files Browse the repository at this point in the history
Bugfix/Conviva VST includes ad pre-roll duration
  • Loading branch information
tvanlaerhoven authored Aug 27, 2024
2 parents 13709fc + 7a2c32e commit 0337c0e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ fun calculateCurrentAdBreakPosition(adBreak: AdBreak): String {

fun calculateCurrentAdBreakInfo(adBreak: AdBreak, adBreakIndex: Int): Map<String, Any> {
return mapOf(
ConvivaSdkConstants.POD_POSITION to calculateCurrentAdBreakPosition(adBreak),
ConvivaSdkConstants.POD_DURATION to adBreak.maxDuration,
ConvivaSdkConstants.POD_INDEX to adBreakIndex
)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ mockitoKotlinVersion=4.1.0

# NOTE: upgrading beyond 2.5.1 requires targetSdk 33
lifecycleVersion=2.5.1
convivaVersion=4.0.35
convivaVersion=4.0.39
comscoreVersion=6.10.0
yospaceVersion=3.6.7

0 comments on commit 0337c0e

Please sign in to comment.