mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-04 05:22:08 -08:00
Overlay 2.0 (#12)
This commit is contained in:
@@ -1,15 +1,7 @@
|
||||
import type {
|
||||
createHandleJellyfinAuthCommands,
|
||||
} from './jellyfin-cli-auth';
|
||||
import type {
|
||||
createHandleJellyfinListCommands,
|
||||
} from './jellyfin-cli-list';
|
||||
import type {
|
||||
createHandleJellyfinPlayCommand,
|
||||
} from './jellyfin-cli-play';
|
||||
import type {
|
||||
createHandleJellyfinRemoteAnnounceCommand,
|
||||
} from './jellyfin-cli-remote-announce';
|
||||
import type { createHandleJellyfinAuthCommands } from './jellyfin-cli-auth';
|
||||
import type { createHandleJellyfinListCommands } from './jellyfin-cli-list';
|
||||
import type { createHandleJellyfinPlayCommand } from './jellyfin-cli-play';
|
||||
import type { createHandleJellyfinRemoteAnnounceCommand } from './jellyfin-cli-remote-announce';
|
||||
|
||||
type HandleJellyfinAuthCommandsMainDeps = Parameters<typeof createHandleJellyfinAuthCommands>[0];
|
||||
type HandleJellyfinListCommandsMainDeps = Parameters<typeof createHandleJellyfinListCommands>[0];
|
||||
|
||||
Reference in New Issue
Block a user