mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-09 21:50:18 -05: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.