mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-12 11:01:45 +00:00
fix: apply fix to types from eslint
This commit is contained in:
@ -7,15 +7,15 @@ import { onPlayerApiReady } from './renderer';
|
||||
import { t } from '@/i18n';
|
||||
|
||||
export type PictureInPicturePluginConfig = {
|
||||
enabled: boolean;
|
||||
alwaysOnTop: boolean;
|
||||
savePosition: boolean;
|
||||
saveSize: boolean;
|
||||
hotkey: 'P';
|
||||
'enabled': boolean;
|
||||
'alwaysOnTop': boolean;
|
||||
'savePosition': boolean;
|
||||
'saveSize': boolean;
|
||||
'hotkey': 'P';
|
||||
'pip-position': [number, number];
|
||||
'pip-size': [number, number];
|
||||
isInPiP: boolean;
|
||||
useNativePiP: boolean;
|
||||
'isInPiP': boolean;
|
||||
'useNativePiP': boolean;
|
||||
};
|
||||
|
||||
export default createPlugin({
|
||||
|
||||
Reference in New Issue
Block a user