feat(launcher): add mpv args passthrough

This commit is contained in:
2026-03-17 21:51:52 -07:00
parent b061b265c2
commit ecb41a490b
9 changed files with 175 additions and 0 deletions

View File

@@ -124,6 +124,7 @@ export interface Args {
mpvIdle: boolean;
mpvSocket: boolean;
mpvStatus: boolean;
mpvArgs: string;
appPassthrough: boolean;
appArgs: string[];
jellyfinServer: string;