refactor: inline runtime adapters in main wiring

This commit is contained in:
2026-02-10 03:09:06 -08:00
parent 579661fbef
commit 8343b42b8e
3 changed files with 121 additions and 90 deletions

View File

@@ -56,7 +56,11 @@ export {
updateOverlayBoundsService,
} from "./overlay-window-service";
export { initializeOverlayRuntimeService } from "./overlay-runtime-init-service";
export { syncInvisibleOverlayMousePassthroughService } from "./overlay-visibility-runtime-service";
export {
setInvisibleOverlayVisibleService,
setVisibleOverlayVisibleService,
syncInvisibleOverlayMousePassthroughService,
} from "./overlay-visibility-runtime-service";
export {
setInvisibleOverlayVisibleRuntimeFacadeService,
setVisibleOverlayVisibleRuntimeFacadeService,

View File

@@ -397,9 +397,9 @@ export class MpvIpcClient implements MpvClient {
this.send({
command: ["set_property", "secondary-sid", match.id],
});
this.deps.showMpvOsd(
`Secondary subtitle: ${lang} (track ${match.id})`,
);
// this.deps.showMpvOsd(
// `Secondary subtitle: ${lang} (track ${match.id})`,
// );
break;
}
}