Forgot to update DTO to send it to the Frontend.

This commit is contained in:
Joseph Milazzo 2021-01-12 14:09:20 -06:00
parent 28ce2bbba1
commit 83076f02ad
3 changed files with 18 additions and 0 deletions

View file

@ -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);