Fixed plugin template to build and copy correctly, allowing settings button to show and the plugin to register. (#84)
This commit is contained in:
Vendored
+1
-1
@@ -7,7 +7,7 @@
|
||||
"name": "Launch",
|
||||
"request": "launch",
|
||||
"preLaunchTask": "build-and-copy",
|
||||
"program": "${config:jellyfinDir}/bin/Debug/net8.0/jellyfin.dll",
|
||||
"program": "${config:jellyfinDir}/bin/Debug/net9.0/jellyfin.dll",
|
||||
"args": [
|
||||
//"--nowebclient"
|
||||
"--webdir",
|
||||
|
||||
Reference in New Issue
Block a user