Skip to content

Commit

Permalink
Add Thumbnail tracks update
Browse files Browse the repository at this point in the history
  • Loading branch information
peaBerberian committed Oct 29, 2024
1 parent 315a3bd commit 73da5fe
Show file tree
Hide file tree
Showing 4 changed files with 479 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main_thread/init/media_source_content_initializer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ export default class MediaSourceContentInitializer extends ContentInitializer {
segmentQueueCreator,
speed,
} = args;
const { transport } = this._settings;
const { transport } = this._initSettings;

const initialPeriod =
manifest.getPeriodForTime(initialTime) ?? manifest.getNextPeriod(initialTime);
Expand Down
Loading

0 comments on commit 73da5fe

Please sign in to comment.