diff options
| author | Cody Robibero <cody@robibe.ro> | 2021-05-04 19:17:16 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-04 19:17:16 -0600 |
| commit | 08d07656237fd53668796e0d6a2d78bbba5f706f (patch) | |
| tree | 149046dee449d54b4eaf65727913372dbcddd198 | |
| parent | 31cf9f4b76a258babec0838a6e114979dd23b93c (diff) | |
Restore 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 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", |
