diff options
| author | crobibero <cody@robibe.ro> | 2020-11-13 10:57:34 -0700 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-11-13 10:57:34 -0700 |
| commit | be312f992d92433e3e7619e264889d1a0afadf26 (patch) | |
| tree | 5f283bc7626a25caa5e51db79c1cf743f9bc0f85 | |
| parent | e8b98265b0d0e66fe7ef6b8a0acb28725b86ebe6 (diff) | |
Update to net5
| -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 61a1723bd..20d432afc 100644 --- a/Jellyfin.Server/Properties/launchSettings.json +++ b/Jellyfin.Server/Properties/launchSettings.json @@ -6,8 +6,7 @@ "applicationUrl": "http://localhost:8096", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" - }, - "commandLineArgs": "--webdir C:\\Users\\Cody\\Code\\Jellyfin\\jellyfin-web\\dist" + } }, "Jellyfin.Server (nowebclient)": { "commandName": "Project", |
