refactor: inline runtime adapters in main wiring

This commit is contained in:
2026-02-10 03:09:06 -08:00
parent bb956d75bf
commit 7f766dda3b
3 changed files with 121 additions and 90 deletions

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;
}
}