mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-05-27 10:02:34 -04:00
Small UI changes (#3787)
This commit is contained in:
@@ -5,7 +5,7 @@ namespace API.DTOs.ReadingLists;
|
||||
/// <summary>
|
||||
/// DTO for moving a reading list item to another position within the same list
|
||||
/// </summary>
|
||||
public class UpdateReadingListPosition
|
||||
public sealed record UpdateReadingListPosition
|
||||
{
|
||||
[Required] public int ReadingListId { get; set; }
|
||||
[Required] public int ReadingListItemId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user