fix(synced-lyrics): fix i18n

This commit is contained in:
JellyBrick
2024-08-01 19:56:32 +09:00
parent 482a1c5073
commit 8750b54f76
7 changed files with 71 additions and 33 deletions

View File

@ -1,7 +1,8 @@
import { render } from 'solid-js/web';
import { LyricsRenderer, setIsVisible, setPlayerState } from './renderer';
import { VideoDetails } from '@/types/video-details';
import type { VideoDetails } from '@/types/video-details';
export const selectors = {
head: '#tabsContent > .tab-header:nth-of-type(2)',