@streamscloud/embeddable 10.1.0 → 10.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -64,6 +64,8 @@ export class PlayerChunksManager {
|
|
|
64
64
|
this._activeChunkIndex = index;
|
|
65
65
|
this._loadedChunks.forEach((c) => c.setActiveItemIndex(0, false));
|
|
66
66
|
await this.populateChunkAtIndex(this._activeChunkIndex + 1, (currentIndex) => currentIndex + 1);
|
|
67
|
+
// Don't wait for warm up to be finished, it runs in the background
|
|
68
|
+
this.warmUp();
|
|
67
69
|
};
|
|
68
70
|
activateItemAtFlattenedIndex = async (index) => {
|
|
69
71
|
const activeChunkId = this.activeChunk?.model.id;
|