mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-05-23 08:02:30 -04:00
Implemented the ability to update a library including folders.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace API.DTOs
|
||||
{
|
||||
public class UpdateLibraryForUserDto
|
||||
{
|
||||
public string Username { get; init; }
|
||||
public IEnumerable<LibraryDto> SelectedLibraries { get; init; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user