mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-06-07 23:35:18 -04:00
Hangfire now dies gracefully when using CTRL+C rather than Stop button in Rider. Implemented one stream method for testing. Regenerated a few migrations due to oversight in index not taking account of library.
This commit is contained in:
@@ -55,5 +55,6 @@ namespace API.Interfaces
|
||||
|
||||
Task<byte[]> GetVolumeCoverImageAsync(int volumeId);
|
||||
Task<byte[]> GetSeriesCoverImageAsync(int seriesId);
|
||||
Task<IEnumerable<SeriesDto>> GetRecentlyAdded(int libraryId);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user