Skip to content

Commit

Permalink
Fix typo to fix #88
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrews54757 committed Feb 22, 2024
1 parent 411ded0 commit dd55c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/player/utils/CSSFilterUtils.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class CSSFilterUtils {
}

if (options.videoContrast !== 1) {
filters.push(`contrast(${toptions.videoContrast})`);
filters.push(`contrast(${options.videoContrast})`);
}

if (options.videoSaturation !== 1) {
Expand Down

0 comments on commit dd55c00

Please sign in to comment.