mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-05-04 00:41:33 -07:00
Overlay 2.0 (#12)
This commit is contained in:
@@ -3,8 +3,12 @@ import type {
|
||||
createStopJellyfinRemoteSessionHandler,
|
||||
} from './jellyfin-remote-session-lifecycle';
|
||||
|
||||
type StartJellyfinRemoteSessionMainDeps = Parameters<typeof createStartJellyfinRemoteSessionHandler>[0];
|
||||
type StopJellyfinRemoteSessionMainDeps = Parameters<typeof createStopJellyfinRemoteSessionHandler>[0];
|
||||
type StartJellyfinRemoteSessionMainDeps = Parameters<
|
||||
typeof createStartJellyfinRemoteSessionHandler
|
||||
>[0];
|
||||
type StopJellyfinRemoteSessionMainDeps = Parameters<
|
||||
typeof createStopJellyfinRemoteSessionHandler
|
||||
>[0];
|
||||
|
||||
export function createBuildStartJellyfinRemoteSessionMainDepsHandler(
|
||||
deps: StartJellyfinRemoteSessionMainDeps,
|
||||
|
||||
Reference in New Issue
Block a user