fix: address PR #31 latest review follow-ups

This commit is contained in:
2026-03-23 20:59:05 -07:00
parent a2716c5ce4
commit cdb128272d
9 changed files with 170 additions and 26 deletions

View File

@@ -85,6 +85,12 @@ function createContext(): LauncherCommandContext {
test('youtube playback launches overlay with app-owned youtube flow args', async () => {
const calls: string[] = [];
const context = createContext();
context.pluginRuntimeConfig = {
...context.pluginRuntimeConfig,
autoStart: false,
autoStartVisibleOverlay: false,
autoStartPauseUntilReady: false,
};
let receivedStartMpvOptions: Record<string, unknown> | null = null;
await runPlaybackCommandWithDeps(context, {