Forgot to update DTO to send it to the Frontend.
This commit is contained in:
parent
28ce2bbba1
commit
83076f02ad
3 changed files with 18 additions and 0 deletions
|
@ -23,6 +23,7 @@ namespace API.Interfaces
|
|||
/// Clears cache directory of all volumes that belong to a given library.
|
||||
/// </summary>
|
||||
/// <param name="libraryId"></param>
|
||||
/// <param name="volumeIds">Volumes that belong to that library. Assume the library might have been deleted before this invocation.</param>
|
||||
void CleanupLibrary(int libraryId, int[] volumeIds);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue