Skip to content

Commit

Permalink
Fix pauseBuffering() dev regression
Browse files Browse the repository at this point in the history
  • Loading branch information
robwalch committed Feb 21, 2024
1 parent 40b382b commit 367951c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/controller/stream-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,9 @@ export default class StreamController
}

private doTickIdle() {
if (!this.buffering) {
return;
}
const { hls, levelLastLoaded, levels, media } = this;

// if start level not parsed yet OR
Expand Down

0 comments on commit 367951c

Please sign in to comment.