inital working release

This commit is contained in:
CodeDevMLH
2025-12-15 16:37:36 +01:00
parent 19e66c79c0
commit 265e3ba143
14 changed files with 394 additions and 241 deletions

View File

@@ -45,7 +45,6 @@ public class SeasonalsController : ControllerBase
var assembly = Assembly.GetExecutingAssembly();
// Convert path to resource name
// path: "autumn_images/acorn1.png" -> "Jellyfin.Plugin.Seasonals.Web.autumn_images.acorn1.png"
var resourcePath = path.Replace('/', '.').Replace('\\', '.');
var resourceName = $"Jellyfin.Plugin.Seasonals.Web.{resourcePath}";