Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
jobispo committed Dec 4, 2023
1 parent 031dc5f commit 991915f
Show file tree
Hide file tree
Showing 9 changed files with 995 additions and 989 deletions.
182 changes: 92 additions & 90 deletions dist/shaka-player.compiled.debug.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/shaka-player.compiled.debug.map

Large diffs are not rendered by default.

726 changes: 363 additions & 363 deletions dist/shaka-player.compiled.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/shaka-player.compiled.map

Large diffs are not rendered by default.

186 changes: 94 additions & 92 deletions dist/shaka-player.ui.debug.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/shaka-player.ui.debug.map

Large diffs are not rendered by default.

866 changes: 433 additions & 433 deletions dist/shaka-player.ui.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/shaka-player.ui.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion lib/media/streaming_engine.js
Original file line number Diff line number Diff line change
Expand Up @@ -1574,7 +1574,9 @@ shaka.media.StreamingEngine = class {
const append = async () => {
try {
const initSegment = await fetchInit;
mediaState.type === 'video' && setTimeScale(initSegment);
(mediaState.type ===
shaka.util.ManifestParserUtils.ContentType.VIDEO) &&
setTimeScale(initSegment);
this.destroyer_.ensureNotDestroyed();
shaka.log.v1(logPrefix, 'appending init segment');
const hasClosedCaptions = mediaState.stream.closedCaptions &&
Expand Down

0 comments on commit 991915f

Please sign in to comment.