Remove obsolete files

This commit is contained in:
2025-09-06 17:03:24 +02:00
parent af01e4a6a4
commit 3a8a2d2c86
3 changed files with 1 additions and 9 deletions

View File

@@ -1,5 +0,0 @@
using System.ComponentModel.DataAnnotations;
namespace API.APIEndpointRecords;
public record DownloadAvailableChaptersJobRecord([Required]string language, [Required]ulong recurrenceTimeMs, [Required]string localLibraryId);

View File

@@ -1,3 +0,0 @@
namespace API.APIEndpointRecords;
public record ModifyWorkerRecord(ulong? IntervalMs);

View File

@@ -11,7 +11,7 @@ namespace API.Controllers;
[ApiVersion(2)]
[ApiController]
[Route("v{version:apiVersion}/[controller]")]
public class WorkerController() : Controller
public class WorkerController : Controller
{
/// <summary>
/// Returns all <see cref="BaseWorker"/>