aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2021-05-04 19:17:16 -0600
committerGitHub <noreply@github.com>2021-05-04 19:17:16 -0600
commit08d07656237fd53668796e0d6a2d78bbba5f706f (patch)
tree149046dee449d54b4eaf65727913372dbcddd198
parent31cf9f4b76a258babec0838a6e114979dd23b93c (diff)
Restore launchSettings.json
-rw-r--r--Jellyfin.Server/Properties/launchSettings.json3
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",