Skip to content

Commit

Permalink
With commit ddd2642 I removed the line causing the bug reported in #1369
Browse files Browse the repository at this point in the history
.  This was done as a hack before I fixed the actual problem with MP for FireFox and issue #1217  This commit will fix #1369
  • Loading branch information
Dan Sparacio committed May 2, 2016
1 parent f6ef1d7 commit 32f6982
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 32f6982

Please sign in to comment.