Update .vscode/launch.json

Co-authored-by: Nyanmisaka <nst799610810@gmail.com>
This commit is contained in:
JPVenson 2024-01-19 12:25:39 +01:00 committed by GitHub
parent 202305143d
commit 38bf59d6e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
.vscode/launch.json vendored
View file

@ -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,