fix: apply fix from eslint

This commit is contained in:
JellyBrick
2025-09-05 22:43:34 +09:00
parent 23013cddb9
commit 68e63f809c
58 changed files with 137 additions and 116 deletions

View File

@ -7,9 +7,9 @@ import buttonSwitcherStyle from './button-switcher.css?inline';
import { createPlugin } from '@/utils';
import { moveVolumeHud as preciseVolumeMoveVolumeHud } from '@/plugins/precise-volume/renderer';
import { ThumbnailElement } from '@/types/get-player-response';
import { type ThumbnailElement } from '@/types/get-player-response';
import { t } from '@/i18n';
import { MenuTemplate } from '@/menu';
import { type MenuTemplate } from '@/menu';
import { VideoSwitchButton } from './templates/video-switch-button';