Commit 86f72942 by Waheed Ahmed

Fixed HD button in firefox.

TNL-536
parent cb7d6b39
...@@ -64,9 +64,9 @@ function () { ...@@ -64,9 +64,9 @@ function () {
state.videoQualityControl.el.on('click', state.videoQualityControl.el.on('click',
state.videoQualityControl.toggleQuality state.videoQualityControl.toggleQuality
); );
state.el.on('play', _.once(function () { state.el.on('play', _.once(
state.videoQualityControl.fetchAvailableQualities(); 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