Commit 8ace0eb4 by Waheed Ahmed Committed by Zia Fazal

Fixed HD button in firefox.

TNL-536
parent 5523c2c5
......@@ -64,9 +64,9 @@ function () {
state.videoQualityControl.el.on('click',
state.videoQualityControl.toggleQuality
);
state.el.on('play', _.once(function () {
state.videoQualityControl.fetchAvailableQualities();
}));
state.el.on('play', _.once(
state.videoQualityControl.fetchAvailableQualities
));
}
// ***************************************************************
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment