mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-01 06:22:44 -08:00
refactor: inline runtime adapters in main wiring
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user