diff options
| author | JPVenson <JPVenson@users.noreply.github.com> | 2024-01-19 12:25:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-19 12:25:39 +0100 |
| commit | 38bf59d6e8485c05b6b877043b6e87ff09e80d45 (patch) | |
| tree | 50344af7ea10305910a719d2a4fe06f6e198e33e | |
| parent | 202305143d35c55c3573166dd5c28412cb62cbfb (diff) | |
Update .vscode/launch.json
Co-authored-by: Nyanmisaka <nst799610810@gmail.com>
| -rw-r--r-- | .vscode/launch.json | 2 |
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, |
