mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-06-06 14:55:19 -04:00
Small UI changes (#3787)
This commit is contained in:
@@ -6,7 +6,7 @@ namespace API.DTOs.Statistics;
|
||||
/// <summary>
|
||||
/// Represents a single User's reading event
|
||||
/// </summary>
|
||||
public class ReadHistoryEvent
|
||||
public sealed record ReadHistoryEvent
|
||||
{
|
||||
public int UserId { get; set; }
|
||||
public required string? UserName { get; set; } = default!;
|
||||
|
||||
Reference in New Issue
Block a user