feat: add SeasonalsPlugin class and update manifest for version 1.4.0.0

This commit is contained in:
CodeDevMLH
2025-12-28 17:43:09 +01:00
parent 63dadb4ffa
commit fbd77e56fd
4 changed files with 15 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ public class SeasonalsController : ControllerBase
[Produces("application/json")]
public ActionResult<object> GetConfig()
{
return Plugin.Instance?.Configuration ?? new object();
return SeasonalsPlugin.Instance?.Configuration ?? new object();
}
/// <summary>