diff options
| author | crobibero <cody@robibe.ro> | 2020-06-22 07:47:48 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-06-22 07:47:48 -0600 |
| commit | d2f7cb0442cf12db2a00909970303bd7f5dc43e6 (patch) | |
| tree | e99bf1bab67aaf4be8fae17ae4e05e9b26e53a59 | |
| parent | 0fa316c9e4c1156b1ed4a37b4ade204aa4f8a392 (diff) | |
| parent | 263d925e4fb5faa56f33120f2b09f6254c3ddc92 (diff) | |
Merge branch 'api-branding' of github.com:crobibero/jellyfin into api-branding
| -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", |
