Skip to content

Commit

Permalink
With commit ddd2642 I removed the line causing the bug reported in Da…
Browse files Browse the repository at this point in the history
…sh-Industry-Forum#1369.  This was done as a hack before I fixed the actual problem with MP for FireFox and issue Dash-Industry-Forum#1217  This commit will fix Dash-Industry-Forum#1369
  • Loading branch information
Dan Sparacio authored and Lloyd Wallis committed May 3, 2016
1 parent ebf3cc0 commit 443be1c
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 443be1c

Please sign in to comment.