Not updating speed correctly #214 (#220)

I tested for several times with/without throttling in different videos and nothing effected/no console error and fixed issue.
This commit is contained in:
Can Arslan
2017-06-25 22:15:51 +03:00
committed by Ilya Grigorik
parent 65ca4e7bcb
commit 704b3b42c5

View File

@@ -65,9 +65,6 @@ chrome.extension.sendMessage({}, function(response) {
});
target.addEventListener('ratechange', function(event) {
if (target.readyState === 0) {
return;
}
var speed = this.getSpeed();
this.speedIndicator.textContent = speed;
tc.settings.speed = speed;