chore: improve readability

This commit is contained in:
Su-Yong
2025-10-12 14:28:29 +09:00
parent 4f716d8e0b
commit ffa61687bf
137 changed files with 2625 additions and 2626 deletions

View File

@ -7,7 +7,7 @@ import renderer, {
type LanguageOptions,
} from './renderer';
import type { YoutubePlayer } from '@/types/youtube-player';
import type { MusicPlayer } from '@/types/music-player';
export default createPlugin<
unknown,
@ -15,7 +15,7 @@ export default createPlugin<
{
captionsSettingsButton?: HTMLElement;
captionTrackList: LanguageOptions[] | null;
api: YoutubePlayer | null;
api: MusicPlayer | null;
config: CaptionsSelectorConfig | null;
videoChangeListener: () => void;
},