Skip to content

Commit

Permalink
always enable
Browse files Browse the repository at this point in the history
  • Loading branch information
peaBerberian committed Feb 14, 2025
1 parent abd2d7b commit e0d3041
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main_thread/api/option_utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -488,8 +488,7 @@ function parseLoadVideoOptions(options: ILoadVideoOptions): IParsedLoadVideoOpti
url,
cmcd: options.cmcd,
experimentalOptions: {
enableRepresentationAvoidance:
options.experimentalOptions?.enableRepresentationAvoidance === true,
enableRepresentationAvoidance: true,
},
};
}
Expand Down

0 comments on commit e0d3041

Please sign in to comment.