Skip to content

Commit

Permalink
Merge pull request #1373 from AkamaiDASH/development
Browse files Browse the repository at this point in the history
This commit will fix #1369
  • Loading branch information
Dan Sparacio authored and Dan Sparacio committed May 2, 2016
2 parents f6ef1d7 + 32f6982 commit 979e9e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/streaming/Stream.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ function Stream(config) {

if (optionalSettings) {
streamProcessor.setBuffer(optionalSettings.buffer);
streamProcessor.getIndexHandler().setCurrentTime(optionalSettings.currentTime);
streamProcessors[optionalSettings.replaceIdx] = streamProcessor;
} else {
streamProcessors.push(streamProcessor);
Expand Down

0 comments on commit 979e9e2

Please sign in to comment.