mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-01 06:22:44 -08:00
feat(core): add Electron runtime, services, and app composition
This commit is contained in:
24
src/main/runtime/domains/jellyfin.ts
Normal file
24
src/main/runtime/domains/jellyfin.ts
Normal file
@@ -0,0 +1,24 @@
|
||||
export * from '../jellyfin-cli-auth';
|
||||
export * from '../jellyfin-cli-list';
|
||||
export * from '../jellyfin-cli-main-deps';
|
||||
export * from '../jellyfin-cli-play';
|
||||
export * from '../jellyfin-cli-remote-announce';
|
||||
export * from '../jellyfin-client-info';
|
||||
export * from '../jellyfin-client-info-main-deps';
|
||||
export * from '../jellyfin-command-dispatch';
|
||||
export * from '../jellyfin-command-dispatch-main-deps';
|
||||
export * from '../jellyfin-playback-launch';
|
||||
export * from '../jellyfin-playback-launch-main-deps';
|
||||
export * from '../jellyfin-remote-commands';
|
||||
export * from '../jellyfin-remote-connection';
|
||||
export * from '../jellyfin-remote-connection-main-deps';
|
||||
export * from '../jellyfin-remote-main-deps';
|
||||
export * from '../jellyfin-remote-playback';
|
||||
export * from '../jellyfin-remote-session-lifecycle';
|
||||
export * from '../jellyfin-remote-session-main-deps';
|
||||
export * from '../jellyfin-setup-window';
|
||||
export * from '../jellyfin-setup-window-main-deps';
|
||||
export * from '../jellyfin-subtitle-preload';
|
||||
export * from '../jellyfin-subtitle-preload-main-deps';
|
||||
export * from '../mpv-jellyfin-defaults';
|
||||
export * from '../mpv-jellyfin-defaults-main-deps';
|
||||
Reference in New Issue
Block a user