Skip to content

Commit

Permalink
Update gap-controller comments
Browse files Browse the repository at this point in the history
  • Loading branch information
robwalch committed Nov 26, 2019
1 parent d77a7d9 commit 826ab11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/gap-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default class GapController {
const bufferInfo = BufferHelper.bufferInfo(media, currentTime, config.maxBufferHole);
const isBuffered = bufferInfo.len > 0;

// There is no playable buffer (seeked, waiting for buffer)
// There is no playable buffer (waiting for buffer append)
if (!isBuffered && !bufferInfo.nextStart) {
return;
}
Expand Down

0 comments on commit 826ab11

Please sign in to comment.