Browse Source

Add the word enable for clarity

pull/1819/head
Gabe Kangas 4 years ago
parent
commit
d2be4a4ed8
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA
  1. 2
      webroot/js/components/latencyCompensator.js
  2. 2
      webroot/js/components/player.js

2
webroot/js/components/latencyCompensator.js

@ -376,8 +376,6 @@ class LatencyCompensator { @@ -376,8 +376,6 @@ class LatencyCompensator {
setTimeout(() => {
if (this.bufferingCounter > 0) {
this.bufferingCounter--;
// Allow a time jump after a long buffer if applicable.
this.lastJumpOccurred = null;
}
}, BUFFERING_AMNESTY_DURATION);
}

2
webroot/js/components/player.js

@ -150,7 +150,7 @@ class OwncastPlayer { @@ -150,7 +150,7 @@ class OwncastPlayer {
this.LatencyCompensator = null;
this.latencyCompensatorEnabled = false;
this.setLatencyCompensatorItemTitle(
'<span style="font-size: 0.8em">minimize latency (experimental)</span>'
'<span style="font-size: 0.8em">enable minimized latency (experimental)</span>'
);
}

Loading…
Cancel
Save