浏览代码

Update .vscode/launch.json

Co-authored-by: Nyanmisaka <nst799610810@gmail.com>
JPVenson 1 年之前
父节点
当前提交
38bf59d6e8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .vscode/launch.json

+ 1 - 1
.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,