test jellyfin plugin, would be nice

This commit is contained in:
2026-08-22 22:00:28 +02:00
parent 7d6405c776
commit 4baee3fafe
23 changed files with 1713 additions and 1 deletions
+14
View File
@@ -0,0 +1,14 @@
name: "{{PLUGIN_NAME}}"
guid: "{{PLUGIN_GUID}}"
version: "1.0.0.0"
targetAbi: "10.11.0.0"
framework: "net9.0"
owner: "bram"
overview: "{{PLUGIN_OVERVIEW}}"
description: >
{{PLUGIN_DESCRIPTION}}
category: "General"
artifacts:
- "{{ASSEMBLY_NAME}}.dll"
changelog: |-
- Initial scaffold