mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-13 14:57:53 +02:00
#168 Multiple Base-Paths (Libraries) Support
Some checks failed
Docker Image CI / build (push) Has been cancelled
Some checks failed
Docker Image CI / build (push) Has been cancelled
This commit is contained in:
5
API/APIEndpointRecords/DownloadAvailableJobsRecord.cs
Normal file
5
API/APIEndpointRecords/DownloadAvailableJobsRecord.cs
Normal file
@ -0,0 +1,5 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace API.APIEndpointRecords;
|
||||
|
||||
public record DownloadAvailableJobsRecord([Required]ulong recurrenceTimeMs, [Required]string localLibraryId);
|
3
API/APIEndpointRecords/NewLibraryRecord.cs
Normal file
3
API/APIEndpointRecords/NewLibraryRecord.cs
Normal file
@ -0,0 +1,3 @@
|
||||
namespace API.APIEndpointRecords;
|
||||
|
||||
public record NewLibraryRecord(string path, string name);
|
Reference in New Issue
Block a user