mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-12 19:01:47 +00:00
fix: apply fix from eslint
This commit is contained in:
@ -39,10 +39,10 @@ export type RendererPluginLifecycle<Config, Context, This> =
|
||||
| RendererPluginLifecycleExtra<Config, Context, This>;
|
||||
|
||||
export enum Platform {
|
||||
Windows = 1 << 0,
|
||||
macOS = 1 << 1,
|
||||
Linux = 1 << 2,
|
||||
Freebsd = 1 << 3
|
||||
Windows = 1 << 0,
|
||||
macOS = 1 << 1,
|
||||
Linux = 1 << 2,
|
||||
Freebsd = 1 << 3,
|
||||
}
|
||||
|
||||
export interface PluginDef<
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
// TODO: fully type definitions for youtube-player
|
||||
|
||||
import { VideoDetails } from './video-details';
|
||||
import { GetPlayerResponse } from './get-player-response';
|
||||
import { PlayerAPIEvents } from './player-api-events';
|
||||
import { WatchNextResponse } from '@/types/youtube-music-desktop-internal';
|
||||
import type { VideoDetails } from './video-details';
|
||||
import type { GetPlayerResponse } from './get-player-response';
|
||||
import type { PlayerAPIEvents } from './player-api-events';
|
||||
import type { WatchNextResponse } from '@/types/youtube-music-desktop-internal';
|
||||
|
||||
export interface YoutubePlayer {
|
||||
getInternalApiInterface: <Parameters extends unknown[], Return>(
|
||||
|
||||
Reference in New Issue
Block a user