diff options
| author | Cody Robibero <cody@robibe.ro> | 2020-06-22 07:46:47 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-22 07:46:47 -0600 |
| commit | 263d925e4fb5faa56f33120f2b09f6254c3ddc92 (patch) | |
| tree | f697c28c29b02802be04531da8c2048ec6fca8c5 | |
| parent | a50738e88d3e91bf1c2be02cc0cda89768387990 (diff) | |
Update launchSettings.json
| -rw-r--r-- | Jellyfin.Server/Properties/launchSettings.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Jellyfin.Server/Properties/launchSettings.json b/Jellyfin.Server/Properties/launchSettings.json index a71638709..b6e2bcf97 100644 --- a/Jellyfin.Server/Properties/launchSettings.json +++ b/Jellyfin.Server/Properties/launchSettings.json @@ -4,8 +4,7 @@ "commandName": "Project", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" - }, - "commandLineArgs": "--webdir C:\\Users\\Cody\\Code\\Jellyfin\\tmp\\jf-web-wizard\\dist" + } }, "Jellyfin.Server (nowebclient)": { "commandName": "Project", |
