mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-05-30 11:25:20 -04:00
Small UI changes (#3787)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace API.DTOs.SideNav;
|
||||
|
||||
public class ExternalSourceDto
|
||||
public sealed record ExternalSourceDto
|
||||
{
|
||||
public required int Id { get; set; } = 0;
|
||||
public required string Name { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user