From 30f7b22f880276a6b9732b61b4d70477451e96f9 Mon Sep 17 00:00:00 2001 From: copyrights Date: Mon, 21 Apr 2025 15:17:36 +0200 Subject: [PATCH] Added build.yaml to the Jellyfin.Plugin.Webdav folder, listing both Jellyfin.Plugin.Webdav.dll and WebDav.Client.dll as artifacts. When you run the Jellyfin plugin packager, the WebDav.Client dependency will now be included alongside your plugin DLL. --- Jellyfin.Plugin.Webdav.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/Jellyfin.Plugin.Webdav.csproj b/Jellyfin.Plugin.Webdav.csproj index 742a25f..def6105 100644 --- a/Jellyfin.Plugin.Webdav.csproj +++ b/Jellyfin.Plugin.Webdav.csproj @@ -5,6 +5,7 @@ Jellyfin.Plugin.Webdav true enable + true