aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJPVenson <JPVenson@users.noreply.github.com>2024-01-19 12:25:39 +0100
committerGitHub <noreply@github.com>2024-01-19 12:25:39 +0100
commit38bf59d6e8485c05b6b877043b6e87ff09e80d45 (patch)
tree50344af7ea10305910a719d2a4fe06f6e198e33e
parent202305143d35c55c3573166dd5c28412cb62cbfb (diff)
Update .vscode/launch.json
Co-authored-by: Nyanmisaka <nst799610810@gmail.com>
-rw-r--r--.vscode/launch.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 2673973db..7e50d4f0a 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -35,7 +35,7 @@
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/Jellyfin.Server/bin/Debug/net8.0/jellyfin.dll",
- "args": ["--nowebclient", "--ffmpeg", "/usr/share/jellyfin-ffmpeg/ffmpeg"],
+ "args": ["--nowebclient", "--ffmpeg", "/usr/lib/jellyfin-ffmpeg/ffmpeg"],
"cwd": "${workspaceFolder}/Jellyfin.Server",
"console": "internalConsole",
"stopAtEntry": false,