mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-12 11:01:45 +00:00
chore: improve readability
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import type { YoutubePlayer } from '@/types/youtube-player';
|
||||
import type { MusicPlayer } from '@/types/music-player';
|
||||
|
||||
import type {
|
||||
BackendContext,
|
||||
@ -26,7 +26,7 @@ export type RendererPluginLifecycleExtra<Config, Context, This> = This &
|
||||
PluginLifecycleExtra<Config, Context, This> & {
|
||||
onPlayerApiReady?: (
|
||||
this: This,
|
||||
playerApi: YoutubePlayer,
|
||||
playerApi: MusicPlayer,
|
||||
context: Context,
|
||||
) => void | Promise<void>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user