Skip to content

Commit

Permalink
remove not related change
Browse files Browse the repository at this point in the history
  • Loading branch information
Tzipi-kaltura committed Sep 11, 2024
1 parent d413a99 commit 2ff8d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/player.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1869,7 +1869,7 @@ export default class Player extends FakeEventTarget {
* @private
*/
private _selectEngineByPriority(): boolean {
const streamPriority = this._config.playback?.streamPriority || [];
const streamPriority = this._config.playback.streamPriority;
const preferNative = this._config.playback.preferNative;
const sources = this._sources;
for (const priority of streamPriority) {
Expand Down

0 comments on commit 2ff8d53

Please sign in to comment.