using System;
using System.IO;
using System.Reflection;
using System.Text;
using Microsoft.AspNetCore.Mvc;
namespace Jellyfin.Plugin.Seasonals.Api;
///
/// Controller for serving seasonal resources and configuration.
///
[ApiController]
[Route("Seasonals")]
public class SeasonalsController : ControllerBase
{
///
/// Gets the current plugin configuration.
///
/// The configuration object.
[HttpGet("Config")]
[Produces("application/json")]
public ActionResult