mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-06-05 14:25:17 -04:00
Implemented ability to delete a series. Refactored some operations to remove unneeded parameters.
This commit is contained in:
@@ -21,5 +21,6 @@ namespace API.Interfaces
|
||||
Task<VolumeDto> GetVolumeDtoAsync(int volumeId);
|
||||
|
||||
Task<IEnumerable<Volume>> GetVolumesForSeriesAsync(int[] seriesIds);
|
||||
Task<bool> DeleteSeriesAsync(int seriesId);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user