This commit extends the refactoring of direct `exec.Command` and `exec.CommandContext` calls to `audio_module.go`, `author_module.go`, and `platform.go`, using the new `utils.CreateCommand` and `utils.CreateCommandRaw` functions. This completes the centralization of command execution logic in the core modules, ensuring consistent console-hiding behavior on Windows and improving code maintainability. |
||
|---|---|---|
| .. | ||
| app | ||
| benchmark | ||
| convert | ||
| interlace | ||
| logging | ||
| metadata | ||
| modules | ||
| player | ||
| queue | ||
| sysinfo | ||
| thumbnail | ||
| ui | ||
| utils | ||