Skip to content

Commit

Permalink
Fix name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mwhirls committed Feb 14, 2024
1 parent a657949 commit eee2a9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/content-scripts/components/Video.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { DBStatusResult, Status } from '../../service-worker/database/dbstatus';
import { WordIndex } from './Word';
import { useResizeObserver } from '../../common/hooks/useResizeObserver';
import Track, { ParsedCue, extractCueText } from './Track';
import { useNetflixSubtitleSuppressor } from '../../common/hooks/useNetflixSubtitles';
import { useNetflixSubtitleSuppressor } from '../../common/hooks/useNetflixSubtitleSuppressor';

const NETFLIX_BOTTOM_CONTROLS_CLASS = 'watch-video--bottom-controls-container';

Expand Down

0 comments on commit eee2a9a

Please sign in to comment.