mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-20 18:18:03 +00:00
This adds backslashes to escape the `--datadir` path in the Windows Installer. Without this, the path would be dropped at the first space (e.g. `C:\Test Area\Jellyfin` would become `C:\Test`). Fixes #1773.